Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.DeleteScopeResponse
-
Packages that use DeleteScopeResponse 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. -
-
Uses of DeleteScopeResponse in software.amazon.awssdk.services.networkflowmonitor
Methods in software.amazon.awssdk.services.networkflowmonitor that return DeleteScopeResponse Modifier and Type Method Description default DeleteScopeResponseNetworkFlowMonitorClient. deleteScope(Consumer<DeleteScopeRequest.Builder> deleteScopeRequest)Deletes a scope that has been defined.default DeleteScopeResponseNetworkFlowMonitorClient. deleteScope(DeleteScopeRequest deleteScopeRequest)Deletes a scope that has been defined.Methods in software.amazon.awssdk.services.networkflowmonitor that return types with arguments of type DeleteScopeResponse Modifier and Type Method Description default CompletableFuture<DeleteScopeResponse>NetworkFlowMonitorAsyncClient. deleteScope(Consumer<DeleteScopeRequest.Builder> deleteScopeRequest)Deletes a scope that has been defined.default CompletableFuture<DeleteScopeResponse>NetworkFlowMonitorAsyncClient. deleteScope(DeleteScopeRequest deleteScopeRequest)Deletes a scope that has been defined.
-