Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.StartMetricStreamsRequest.Builder
Packages that use StartMetricStreamsRequest.Builder
Package
Description
Amazon CloudWatch enables you to publish, monitor, and manage various metrics, as well as configure alarm actions
based on data from metrics.
-
Uses of StartMetricStreamsRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type StartMetricStreamsRequest.BuilderModifier and TypeMethodDescriptionCloudWatchAsyncClient.startMetricStreams(Consumer<StartMetricStreamsRequest.Builder> startMetricStreamsRequest) Starts the streaming of metrics for one or more of your metric streams.default StartMetricStreamsResponseCloudWatchClient.startMetricStreams(Consumer<StartMetricStreamsRequest.Builder> startMetricStreamsRequest) Starts the streaming of metrics for one or more of your metric streams. -
Uses of StartMetricStreamsRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return StartMetricStreamsRequest.BuilderModifier and TypeMethodDescriptionStartMetricStreamsRequest.builder()The array of the names of metric streams to start streaming.StartMetricStreamsRequest.Builder.names(Collection<String> names) The array of the names of metric streams to start streaming.StartMetricStreamsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartMetricStreamsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartMetricStreamsRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type StartMetricStreamsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartMetricStreamsRequest.Builder>StartMetricStreamsRequest.serializableBuilderClass()