Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.CreateScopeResponse
-
Packages that use CreateScopeResponse 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 CreateScopeResponse in software.amazon.awssdk.services.networkflowmonitor
Methods in software.amazon.awssdk.services.networkflowmonitor that return CreateScopeResponse Modifier and Type Method Description 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.default CreateScopeResponseNetworkFlowMonitorClient. createScope(CreateScopeRequest 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.Methods in software.amazon.awssdk.services.networkflowmonitor that return types with arguments of type CreateScopeResponse 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 CompletableFuture<CreateScopeResponse>NetworkFlowMonitorAsyncClient. createScope(CreateScopeRequest 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.
-