Uses of Class
software.amazon.awssdk.services.lightsail.model.GetOperationsForResourceResponse
-
Packages that use GetOperationsForResourceResponse 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 GetOperationsForResourceResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetOperationsForResourceResponse Modifier and Type Method Description default GetOperationsForResourceResponseLightsailClient. getOperationsForResource(Consumer<GetOperationsForResourceRequest.Builder> getOperationsForResourceRequest)Gets operations for a specific resource (an instance or a static IP).default GetOperationsForResourceResponseLightsailClient. getOperationsForResource(GetOperationsForResourceRequest getOperationsForResourceRequest)Gets operations for a specific resource (an instance or a static IP).Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetOperationsForResourceResponse Modifier and Type Method Description default CompletableFuture<GetOperationsForResourceResponse>LightsailAsyncClient. getOperationsForResource(Consumer<GetOperationsForResourceRequest.Builder> getOperationsForResourceRequest)Gets operations for a specific resource (an instance or a static IP).default CompletableFuture<GetOperationsForResourceResponse>LightsailAsyncClient. getOperationsForResource(GetOperationsForResourceRequest getOperationsForResourceRequest)Gets operations for a specific resource (an instance or a static IP).
-