Uses of Interface
software.amazon.awssdk.services.networkflowmonitor.model.GetScopeRequest.Builder
-
Packages that use GetScopeRequest.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 GetScopeRequest.Builder in software.amazon.awssdk.services.networkflowmonitor
Method parameters in software.amazon.awssdk.services.networkflowmonitor with type arguments of type GetScopeRequest.Builder 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 GetScopeResponseNetworkFlowMonitorClient. getScope(Consumer<GetScopeRequest.Builder> getScopeRequest)Gets information about a scope, including the name, status, tags, and target details. -
Uses of GetScopeRequest.Builder in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return GetScopeRequest.Builder Modifier and Type Method Description static GetScopeRequest.BuilderGetScopeRequest. builder()GetScopeRequest.BuilderGetScopeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetScopeRequest.BuilderGetScopeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetScopeRequest.BuilderGetScopeRequest.Builder. scopeId(String scopeId)The identifier for the scope that includes the resources you want to get data results for.GetScopeRequest.BuilderGetScopeRequest. toBuilder()Methods in software.amazon.awssdk.services.networkflowmonitor.model that return types with arguments of type GetScopeRequest.Builder Modifier and Type Method Description static Class<? extends GetScopeRequest.Builder>GetScopeRequest. serializableBuilderClass()
-