Uses of Interface
software.amazon.awssdk.services.networkflowmonitor.model.CreateScopeRequest.Builder
-
Packages that use CreateScopeRequest.Builder Package Description software.amazon.awssdk.services.networkflowmonitor Network Flow Monitor is a feature of Amazon CloudWatch Network Monitoring that provides visibility into the performance of network flows for your Amazon Web Services workloads, between instances in subnets, as well as to and from Amazon Web Services.software.amazon.awssdk.services.networkflowmonitor.model -
-
Uses of CreateScopeRequest.Builder in software.amazon.awssdk.services.networkflowmonitor
Method parameters in software.amazon.awssdk.services.networkflowmonitor with type arguments of type CreateScopeRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateScopeResponse>NetworkFlowMonitorAsyncClient. createScope(Consumer<CreateScopeRequest.Builder> createScopeRequest)Create a scope of resources that you want to be available for Network Flow Monitor to generate metrics for, when you have active agents on those resources sending metrics reports to the Network Flow Monitor backend.default CreateScopeResponseNetworkFlowMonitorClient. createScope(Consumer<CreateScopeRequest.Builder> createScopeRequest)Create a scope of resources that you want to be available for Network Flow Monitor to generate metrics for, when you have active agents on those resources sending metrics reports to the Network Flow Monitor backend. -
Uses of CreateScopeRequest.Builder in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return CreateScopeRequest.Builder Modifier and Type Method Description static CreateScopeRequest.BuilderCreateScopeRequest. builder()CreateScopeRequest.BuilderCreateScopeRequest.Builder. clientToken(String clientToken)A unique, case-sensitive string of up to 64 ASCII characters that you specify to make an idempotent API request.CreateScopeRequest.BuilderCreateScopeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateScopeRequest.BuilderCreateScopeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateScopeRequest.BuilderCreateScopeRequest.Builder. tags(Map<String,String> tags)The tags for a scope.CreateScopeRequest.BuilderCreateScopeRequest.Builder. targets(Collection<TargetResource> targets)The targets to define the scope to be monitored.CreateScopeRequest.BuilderCreateScopeRequest.Builder. targets(Consumer<TargetResource.Builder>... targets)The targets to define the scope to be monitored.CreateScopeRequest.BuilderCreateScopeRequest.Builder. targets(TargetResource... targets)The targets to define the scope to be monitored.CreateScopeRequest.BuilderCreateScopeRequest. toBuilder()Methods in software.amazon.awssdk.services.networkflowmonitor.model that return types with arguments of type CreateScopeRequest.Builder Modifier and Type Method Description static Class<? extends CreateScopeRequest.Builder>CreateScopeRequest. serializableBuilderClass()
-