Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.PutMetricStreamRequest.Builder
Packages that use PutMetricStreamRequest.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 PutMetricStreamRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type PutMetricStreamRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PutMetricStreamResponse>CloudWatchAsyncClient.putMetricStream(Consumer<PutMetricStreamRequest.Builder> putMetricStreamRequest) Creates or updates a metric stream.default PutMetricStreamResponseCloudWatchClient.putMetricStream(Consumer<PutMetricStreamRequest.Builder> putMetricStreamRequest) Creates or updates a metric stream. -
Uses of PutMetricStreamRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return PutMetricStreamRequest.BuilderModifier and TypeMethodDescriptionPutMetricStreamRequest.builder()PutMetricStreamRequest.Builder.excludeFilters(Collection<MetricStreamFilter> excludeFilters) If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here.PutMetricStreamRequest.Builder.excludeFilters(Consumer<MetricStreamFilter.Builder>... excludeFilters) If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here.PutMetricStreamRequest.Builder.excludeFilters(MetricStreamFilter... excludeFilters) If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here.PutMetricStreamRequest.Builder.firehoseArn(String firehoseArn) The ARN of the Amazon Kinesis Data Firehose delivery stream to use for this metric stream.PutMetricStreamRequest.Builder.includeFilters(Collection<MetricStreamFilter> includeFilters) If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here.PutMetricStreamRequest.Builder.includeFilters(Consumer<MetricStreamFilter.Builder>... includeFilters) If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here.PutMetricStreamRequest.Builder.includeFilters(MetricStreamFilter... includeFilters) If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here.PutMetricStreamRequest.Builder.includeLinkedAccountsMetrics(Boolean includeLinkedAccountsMetrics) If you are creating a metric stream in a monitoring account, specifytrueto include metrics from source accounts in the metric stream.If you are creating a new metric stream, this is the name for the new stream.PutMetricStreamRequest.Builder.outputFormat(String outputFormat) The output format for the stream.PutMetricStreamRequest.Builder.outputFormat(MetricStreamOutputFormat outputFormat) The output format for the stream.PutMetricStreamRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutMetricStreamRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ARN of an IAM role that this metric stream will use to access Amazon Kinesis Data Firehose resources.PutMetricStreamRequest.Builder.statisticsConfigurations(Collection<MetricStreamStatisticsConfiguration> statisticsConfigurations) By default, a metric stream always sends theMAX,MIN,SUM, andSAMPLECOUNTstatistics for each metric that is streamed.PutMetricStreamRequest.Builder.statisticsConfigurations(Consumer<MetricStreamStatisticsConfiguration.Builder>... statisticsConfigurations) By default, a metric stream always sends theMAX,MIN,SUM, andSAMPLECOUNTstatistics for each metric that is streamed.PutMetricStreamRequest.Builder.statisticsConfigurations(MetricStreamStatisticsConfiguration... statisticsConfigurations) By default, a metric stream always sends theMAX,MIN,SUM, andSAMPLECOUNTstatistics for each metric that is streamed.PutMetricStreamRequest.Builder.tags(Collection<Tag> tags) A list of key-value pairs to associate with the metric stream.PutMetricStreamRequest.Builder.tags(Consumer<Tag.Builder>... tags) A list of key-value pairs to associate with the metric stream.A list of key-value pairs to associate with the metric stream.PutMetricStreamRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type PutMetricStreamRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutMetricStreamRequest.Builder>PutMetricStreamRequest.serializableBuilderClass()