Uses of Class
software.amazon.awssdk.services.lightsail.model.GetRelationalDatabaseMetricDataResponse
-
Packages that use GetRelationalDatabaseMetricDataResponse 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 GetRelationalDatabaseMetricDataResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetRelationalDatabaseMetricDataResponse Modifier and Type Method Description default GetRelationalDatabaseMetricDataResponseLightsailClient. getRelationalDatabaseMetricData(Consumer<GetRelationalDatabaseMetricDataRequest.Builder> getRelationalDatabaseMetricDataRequest)Returns the data points of the specified metric for a database in Amazon Lightsail.default GetRelationalDatabaseMetricDataResponseLightsailClient. getRelationalDatabaseMetricData(GetRelationalDatabaseMetricDataRequest getRelationalDatabaseMetricDataRequest)Returns the data points of the specified metric for a database in Amazon Lightsail.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetRelationalDatabaseMetricDataResponse Modifier and Type Method Description default CompletableFuture<GetRelationalDatabaseMetricDataResponse>LightsailAsyncClient. getRelationalDatabaseMetricData(Consumer<GetRelationalDatabaseMetricDataRequest.Builder> getRelationalDatabaseMetricDataRequest)Returns the data points of the specified metric for a database in Amazon Lightsail.default CompletableFuture<GetRelationalDatabaseMetricDataResponse>LightsailAsyncClient. getRelationalDatabaseMetricData(GetRelationalDatabaseMetricDataRequest getRelationalDatabaseMetricDataRequest)Returns the data points of the specified metric for a database in Amazon Lightsail.
-