Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.TargetResource
-
Packages that use TargetResource Package Description software.amazon.awssdk.services.networkflowmonitor.model -
-
Uses of TargetResource in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return types with arguments of type TargetResource Modifier and Type Method Description List<TargetResource>UpdateScopeRequest. resourcesToAdd()A list of resources to add to a scope.List<TargetResource>UpdateScopeRequest. resourcesToDelete()A list of resources to delete from a scope.List<TargetResource>CreateScopeRequest. targets()The targets to define the scope to be monitored.List<TargetResource>GetScopeResponse. targets()The targets for a scopeMethods in software.amazon.awssdk.services.networkflowmonitor.model with parameters of type TargetResource Modifier and Type Method Description UpdateScopeRequest.BuilderUpdateScopeRequest.Builder. resourcesToAdd(TargetResource... resourcesToAdd)A list of resources to add to a scope.UpdateScopeRequest.BuilderUpdateScopeRequest.Builder. resourcesToDelete(TargetResource... resourcesToDelete)A list of resources to delete from a scope.CreateScopeRequest.BuilderCreateScopeRequest.Builder. targets(TargetResource... targets)The targets to define the scope to be monitored.GetScopeResponse.BuilderGetScopeResponse.Builder. targets(TargetResource... targets)The targets for a scopeMethod parameters in software.amazon.awssdk.services.networkflowmonitor.model with type arguments of type TargetResource Modifier and Type Method Description UpdateScopeRequest.BuilderUpdateScopeRequest.Builder. resourcesToAdd(Collection<TargetResource> resourcesToAdd)A list of resources to add to a scope.UpdateScopeRequest.BuilderUpdateScopeRequest.Builder. resourcesToDelete(Collection<TargetResource> resourcesToDelete)A list of resources to delete from a scope.CreateScopeRequest.BuilderCreateScopeRequest.Builder. targets(Collection<TargetResource> targets)The targets to define the scope to be monitored.GetScopeResponse.BuilderGetScopeResponse.Builder. targets(Collection<TargetResource> targets)The targets for a scope
-