Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.GetScopeResponse
-
Packages that use GetScopeResponse 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 GetScopeResponse in software.amazon.awssdk.services.networkflowmonitor
Methods in software.amazon.awssdk.services.networkflowmonitor that return GetScopeResponse Modifier and Type Method Description default GetScopeResponseNetworkFlowMonitorClient. getScope(Consumer<GetScopeRequest.Builder> getScopeRequest)Gets information about a scope, including the name, status, tags, and target details.default GetScopeResponseNetworkFlowMonitorClient. getScope(GetScopeRequest getScopeRequest)Gets information about a scope, including the name, status, tags, and target details.Methods in software.amazon.awssdk.services.networkflowmonitor that return types with arguments of type GetScopeResponse Modifier and Type Method Description default CompletableFuture<GetScopeResponse>NetworkFlowMonitorAsyncClient. getScope(Consumer<GetScopeRequest.Builder> getScopeRequest)Gets information about a scope, including the name, status, tags, and target details.default CompletableFuture<GetScopeResponse>NetworkFlowMonitorAsyncClient. getScope(GetScopeRequest getScopeRequest)Gets information about a scope, including the name, status, tags, and target details.
-