Uses of Class
software.amazon.awssdk.services.lightsail.model.GetCostEstimateResponse
-
Packages that use GetCostEstimateResponse 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 GetCostEstimateResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetCostEstimateResponse Modifier and Type Method Description default GetCostEstimateResponseLightsailClient. getCostEstimate(Consumer<GetCostEstimateRequest.Builder> getCostEstimateRequest)Retrieves information about the cost estimate for a specified resource.default GetCostEstimateResponseLightsailClient. getCostEstimate(GetCostEstimateRequest getCostEstimateRequest)Retrieves information about the cost estimate for a specified resource.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetCostEstimateResponse Modifier and Type Method Description default CompletableFuture<GetCostEstimateResponse>LightsailAsyncClient. getCostEstimate(Consumer<GetCostEstimateRequest.Builder> getCostEstimateRequest)Retrieves information about the cost estimate for a specified resource.default CompletableFuture<GetCostEstimateResponse>LightsailAsyncClient. getCostEstimate(GetCostEstimateRequest getCostEstimateRequest)Retrieves information about the cost estimate for a specified resource.
-