Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.StopMetricStreamsRequest.Builder
-
Packages that use StopMetricStreamsRequest.Builder Package Description software.amazon.awssdk.services.cloudwatch Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on Amazon Web Services in real time.software.amazon.awssdk.services.cloudwatch.model -
-
Uses of StopMetricStreamsRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type StopMetricStreamsRequest.Builder Modifier and Type Method Description default CompletableFuture<StopMetricStreamsResponse>CloudWatchAsyncClient. stopMetricStreams(Consumer<StopMetricStreamsRequest.Builder> stopMetricStreamsRequest)Stops the streaming of metrics for one or more of your metric streams.default StopMetricStreamsResponseCloudWatchClient. stopMetricStreams(Consumer<StopMetricStreamsRequest.Builder> stopMetricStreamsRequest)Stops the streaming of metrics for one or more of your metric streams. -
Uses of StopMetricStreamsRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return StopMetricStreamsRequest.Builder Modifier and Type Method Description static StopMetricStreamsRequest.BuilderStopMetricStreamsRequest. builder()StopMetricStreamsRequest.BuilderStopMetricStreamsRequest.Builder. names(String... names)The array of the names of metric streams to stop streaming.StopMetricStreamsRequest.BuilderStopMetricStreamsRequest.Builder. names(Collection<String> names)The array of the names of metric streams to stop streaming.StopMetricStreamsRequest.BuilderStopMetricStreamsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopMetricStreamsRequest.BuilderStopMetricStreamsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopMetricStreamsRequest.BuilderStopMetricStreamsRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type StopMetricStreamsRequest.Builder Modifier and Type Method Description static Class<? extends StopMetricStreamsRequest.Builder>StopMetricStreamsRequest. serializableBuilderClass()
-