Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.ListScopesResponse
-
Packages that use ListScopesResponse 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.paginators -
-
Uses of ListScopesResponse in software.amazon.awssdk.services.networkflowmonitor
Methods in software.amazon.awssdk.services.networkflowmonitor that return ListScopesResponse Modifier and Type Method Description default ListScopesResponseNetworkFlowMonitorClient. listScopes(Consumer<ListScopesRequest.Builder> listScopesRequest)List all the scopes for an account.default ListScopesResponseNetworkFlowMonitorClient. listScopes(ListScopesRequest listScopesRequest)List all the scopes for an account.Methods in software.amazon.awssdk.services.networkflowmonitor that return types with arguments of type ListScopesResponse Modifier and Type Method Description default CompletableFuture<ListScopesResponse>NetworkFlowMonitorAsyncClient. listScopes(Consumer<ListScopesRequest.Builder> listScopesRequest)List all the scopes for an account.default CompletableFuture<ListScopesResponse>NetworkFlowMonitorAsyncClient. listScopes(ListScopesRequest listScopesRequest)List all the scopes for an account. -
Uses of ListScopesResponse in software.amazon.awssdk.services.networkflowmonitor.paginators
Methods in software.amazon.awssdk.services.networkflowmonitor.paginators that return types with arguments of type ListScopesResponse Modifier and Type Method Description Iterator<ListScopesResponse>ListScopesIterable. iterator()Method parameters in software.amazon.awssdk.services.networkflowmonitor.paginators with type arguments of type ListScopesResponse Modifier and Type Method Description voidListScopesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListScopesResponse> subscriber)
-