Uses of Class
software.amazon.awssdk.services.outposts.model.StartCapacityTaskResponse
Packages that use StartCapacityTaskResponse
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 StartCapacityTaskResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return StartCapacityTaskResponseModifier and TypeMethodDescriptiondefault 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 StartCapacityTaskResponseModifier and TypeMethodDescriptionOutpostsAsyncClient.startCapacityTask(Consumer<StartCapacityTaskRequest.Builder> startCapacityTaskRequest) Starts the specified capacity task.OutpostsAsyncClient.startCapacityTask(StartCapacityTaskRequest startCapacityTaskRequest) Starts the specified capacity task.