Uses of Interface
software.amazon.awssdk.services.networkflowmonitor.model.GetMonitorRequest.Builder
-
Packages that use GetMonitorRequest.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 GetMonitorRequest.Builder in software.amazon.awssdk.services.networkflowmonitor
Method parameters in software.amazon.awssdk.services.networkflowmonitor with type arguments of type GetMonitorRequest.Builder Modifier and Type Method Description default CompletableFuture<GetMonitorResponse>NetworkFlowMonitorAsyncClient. getMonitor(Consumer<GetMonitorRequest.Builder> getMonitorRequest)Gets information about a monitor in Network Flow Monitor based on a monitor name.default GetMonitorResponseNetworkFlowMonitorClient. getMonitor(Consumer<GetMonitorRequest.Builder> getMonitorRequest)Gets information about a monitor in Network Flow Monitor based on a monitor name. -
Uses of GetMonitorRequest.Builder in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return GetMonitorRequest.Builder Modifier and Type Method Description static GetMonitorRequest.BuilderGetMonitorRequest. builder()GetMonitorRequest.BuilderGetMonitorRequest.Builder. monitorName(String monitorName)The name of the monitor.GetMonitorRequest.BuilderGetMonitorRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMonitorRequest.BuilderGetMonitorRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMonitorRequest.BuilderGetMonitorRequest. toBuilder()Methods in software.amazon.awssdk.services.networkflowmonitor.model that return types with arguments of type GetMonitorRequest.Builder Modifier and Type Method Description static Class<? extends GetMonitorRequest.Builder>GetMonitorRequest. serializableBuilderClass()
-