Uses of Class
software.amazon.awssdk.services.outposts.model.GetCapacityTaskResponse
-
Packages that use GetCapacityTaskResponse Package Description software.amazon.awssdk.services.outposts Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to customer premises. -
-
Uses of GetCapacityTaskResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return GetCapacityTaskResponse Modifier and Type Method Description default GetCapacityTaskResponseOutpostsClient. getCapacityTask(Consumer<GetCapacityTaskRequest.Builder> getCapacityTaskRequest)Gets details of the specified capacity task.default GetCapacityTaskResponseOutpostsClient. getCapacityTask(GetCapacityTaskRequest getCapacityTaskRequest)Gets details of the specified capacity task.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type GetCapacityTaskResponse Modifier and Type Method Description default CompletableFuture<GetCapacityTaskResponse>OutpostsAsyncClient. getCapacityTask(Consumer<GetCapacityTaskRequest.Builder> getCapacityTaskRequest)Gets details of the specified capacity task.default CompletableFuture<GetCapacityTaskResponse>OutpostsAsyncClient. getCapacityTask(GetCapacityTaskRequest getCapacityTaskRequest)Gets details of the specified capacity task.
-