Uses of Class
software.amazon.awssdk.services.lightsail.model.GetOperationsResponse
-
Packages that use GetOperationsResponse 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 GetOperationsResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetOperationsResponse Modifier and Type Method Description default GetOperationsResponseLightsailClient. getOperations()Returns information about all operations.default GetOperationsResponseLightsailClient. getOperations(Consumer<GetOperationsRequest.Builder> getOperationsRequest)Returns information about all operations.default GetOperationsResponseLightsailClient. getOperations(GetOperationsRequest getOperationsRequest)Returns information about all operations.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetOperationsResponse Modifier and Type Method Description default CompletableFuture<GetOperationsResponse>LightsailAsyncClient. getOperations()Returns information about all operations.default CompletableFuture<GetOperationsResponse>LightsailAsyncClient. getOperations(Consumer<GetOperationsRequest.Builder> getOperationsRequest)Returns information about all operations.default CompletableFuture<GetOperationsResponse>LightsailAsyncClient. getOperations(GetOperationsRequest getOperationsRequest)Returns information about all operations.
-