Uses of Class
software.amazon.awssdk.services.lightsail.model.GetOperationResponse
-
Packages that use GetOperationResponse 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 GetOperationResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetOperationResponse Modifier and Type Method Description default GetOperationResponseLightsailClient. getOperation(Consumer<GetOperationRequest.Builder> getOperationRequest)Returns information about a specific operation.default GetOperationResponseLightsailClient. getOperation(GetOperationRequest getOperationRequest)Returns information about a specific operation.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetOperationResponse Modifier and Type Method Description default CompletableFuture<GetOperationResponse>LightsailAsyncClient. getOperation(Consumer<GetOperationRequest.Builder> getOperationRequest)Returns information about a specific operation.default CompletableFuture<GetOperationResponse>LightsailAsyncClient. getOperation(GetOperationRequest getOperationRequest)Returns information about a specific operation.
-