Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.StopMetricStreamsRequest.Builder
Packages that use StopMetricStreamsRequest.Builder
Package
Description
Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on
Amazon Web Services in real time.
-
Uses of StopMetricStreamsRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type StopMetricStreamsRequest.BuilderModifier and TypeMethodDescriptionCloudWatchAsyncClient.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.BuilderModifier and TypeMethodDescriptionStopMetricStreamsRequest.builder()The array of the names of metric streams to stop streaming.StopMetricStreamsRequest.Builder.names(Collection<String> names) The array of the names of metric streams to stop streaming.StopMetricStreamsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StopMetricStreamsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StopMetricStreamsRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type StopMetricStreamsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StopMetricStreamsRequest.Builder>StopMetricStreamsRequest.serializableBuilderClass()