Uses of Class
software.amazon.awssdk.services.outposts.model.GetCapacityTaskResponse
Packages that use GetCapacityTaskResponse
Package
Description
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 GetCapacityTaskResponseModifier and TypeMethodDescriptiondefault 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 GetCapacityTaskResponseModifier and TypeMethodDescriptiondefault 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.