Uses of Class
software.amazon.awssdk.services.lightsail.model.GetBucketMetricDataResponse
-
Packages that use GetBucketMetricDataResponse Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. -
-
Uses of GetBucketMetricDataResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetBucketMetricDataResponse Modifier and Type Method Description default GetBucketMetricDataResponseLightsailClient. getBucketMetricData(Consumer<GetBucketMetricDataRequest.Builder> getBucketMetricDataRequest)Returns the data points of a specific metric for an Amazon Lightsail bucket.default GetBucketMetricDataResponseLightsailClient. getBucketMetricData(GetBucketMetricDataRequest getBucketMetricDataRequest)Returns the data points of a specific metric for an Amazon Lightsail bucket.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetBucketMetricDataResponse Modifier and Type Method Description default CompletableFuture<GetBucketMetricDataResponse>LightsailAsyncClient. getBucketMetricData(Consumer<GetBucketMetricDataRequest.Builder> getBucketMetricDataRequest)Returns the data points of a specific metric for an Amazon Lightsail bucket.default CompletableFuture<GetBucketMetricDataResponse>LightsailAsyncClient. getBucketMetricData(GetBucketMetricDataRequest getBucketMetricDataRequest)Returns the data points of a specific metric for an Amazon Lightsail bucket.
-