| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetBucketMetricDataResult> |
AbstractAmazonLightsailAsync.getBucketMetricDataAsync(GetBucketMetricDataRequest request,
AsyncHandler<GetBucketMetricDataRequest,GetBucketMetricDataResult> asyncHandler) |
Future<GetBucketMetricDataResult> |
AmazonLightsailAsync.getBucketMetricDataAsync(GetBucketMetricDataRequest getBucketMetricDataRequest,
AsyncHandler<GetBucketMetricDataRequest,GetBucketMetricDataResult> asyncHandler)
Returns the data points of a specific metric for an Amazon Lightsail bucket.
|
Future<GetBucketMetricDataResult> |
AmazonLightsailAsyncClient.getBucketMetricDataAsync(GetBucketMetricDataRequest request,
AsyncHandler<GetBucketMetricDataRequest,GetBucketMetricDataResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBucketMetricDataRequest |
GetBucketMetricDataRequest.clone() |
GetBucketMetricDataRequest |
GetBucketMetricDataRequest.withBucketName(String bucketName)
The name of the bucket for which to get metric data.
|
GetBucketMetricDataRequest |
GetBucketMetricDataRequest.withEndTime(Date endTime)
The timestamp indicating the latest data to be returned.
|
GetBucketMetricDataRequest |
GetBucketMetricDataRequest.withMetricName(BucketMetricName metricName)
The metric for which you want to return information.
|
GetBucketMetricDataRequest |
GetBucketMetricDataRequest.withMetricName(String metricName)
The metric for which you want to return information.
|
GetBucketMetricDataRequest |
GetBucketMetricDataRequest.withPeriod(Integer period)
The granularity, in seconds, of the returned data points.
|
GetBucketMetricDataRequest |
GetBucketMetricDataRequest.withStartTime(Date startTime)
The timestamp indicating the earliest data to be returned.
|
GetBucketMetricDataRequest |
GetBucketMetricDataRequest.withStatistics(Collection<String> statistics)
The statistic for the metric.
|
GetBucketMetricDataRequest |
GetBucketMetricDataRequest.withStatistics(MetricStatistic... statistics)
The statistic for the metric.
|
GetBucketMetricDataRequest |
GetBucketMetricDataRequest.withStatistics(String... statistics)
The statistic for the metric.
|
GetBucketMetricDataRequest |
GetBucketMetricDataRequest.withUnit(MetricUnit unit)
The unit for the metric data request.
|
GetBucketMetricDataRequest |
GetBucketMetricDataRequest.withUnit(String unit)
The unit for the metric data request.
|
Copyright © 2023. All rights reserved.