Uses of Class
software.amazon.awssdk.services.outposts.model.StartCapacityTaskResponse
-
Packages that use StartCapacityTaskResponse 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 StartCapacityTaskResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return StartCapacityTaskResponse Modifier and Type Method Description default StartCapacityTaskResponseOutpostsClient. startCapacityTask(Consumer<StartCapacityTaskRequest.Builder> startCapacityTaskRequest)Starts the specified capacity task.default StartCapacityTaskResponseOutpostsClient. startCapacityTask(StartCapacityTaskRequest startCapacityTaskRequest)Starts the specified capacity task.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type StartCapacityTaskResponse Modifier and Type Method Description default CompletableFuture<StartCapacityTaskResponse>OutpostsAsyncClient. startCapacityTask(Consumer<StartCapacityTaskRequest.Builder> startCapacityTaskRequest)Starts the specified capacity task.default CompletableFuture<StartCapacityTaskResponse>OutpostsAsyncClient. startCapacityTask(StartCapacityTaskRequest startCapacityTaskRequest)Starts the specified capacity task.
-