Uses of Class
software.amazon.awssdk.services.cloudwatch.model.GetMetricStreamResponse
Packages that use GetMetricStreamResponse
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 GetMetricStreamResponse in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return GetMetricStreamResponseModifier and TypeMethodDescriptiondefault GetMetricStreamResponseCloudWatchClient.getMetricStream(Consumer<GetMetricStreamRequest.Builder> getMetricStreamRequest) Returns information about the metric stream that you specify.default GetMetricStreamResponseCloudWatchClient.getMetricStream(GetMetricStreamRequest getMetricStreamRequest) Returns information about the metric stream that you specify.Methods in software.amazon.awssdk.services.cloudwatch that return types with arguments of type GetMetricStreamResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetMetricStreamResponse>CloudWatchAsyncClient.getMetricStream(Consumer<GetMetricStreamRequest.Builder> getMetricStreamRequest) Returns information about the metric stream that you specify.default CompletableFuture<GetMetricStreamResponse>CloudWatchAsyncClient.getMetricStream(GetMetricStreamRequest getMetricStreamRequest) Returns information about the metric stream that you specify.