Uses of Interface
software.amazon.awssdk.services.networkflowmonitor.model.DeleteScopeRequest.Builder
-
Packages that use DeleteScopeRequest.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 DeleteScopeRequest.Builder in software.amazon.awssdk.services.networkflowmonitor
Method parameters in software.amazon.awssdk.services.networkflowmonitor with type arguments of type DeleteScopeRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteScopeResponse>NetworkFlowMonitorAsyncClient. deleteScope(Consumer<DeleteScopeRequest.Builder> deleteScopeRequest)Deletes a scope that has been defined.default DeleteScopeResponseNetworkFlowMonitorClient. deleteScope(Consumer<DeleteScopeRequest.Builder> deleteScopeRequest)Deletes a scope that has been defined. -
Uses of DeleteScopeRequest.Builder in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return DeleteScopeRequest.Builder Modifier and Type Method Description static DeleteScopeRequest.BuilderDeleteScopeRequest. builder()DeleteScopeRequest.BuilderDeleteScopeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteScopeRequest.BuilderDeleteScopeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteScopeRequest.BuilderDeleteScopeRequest.Builder. scopeId(String scopeId)The identifier for the scope that includes the resources you want to get data results for.DeleteScopeRequest.BuilderDeleteScopeRequest. toBuilder()Methods in software.amazon.awssdk.services.networkflowmonitor.model that return types with arguments of type DeleteScopeRequest.Builder Modifier and Type Method Description static Class<? extends DeleteScopeRequest.Builder>DeleteScopeRequest. serializableBuilderClass()
-