Uses of Class
software.amazon.awssdk.services.outposts.model.CancelCapacityTaskResponse
Packages that use CancelCapacityTaskResponse
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 CancelCapacityTaskResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return CancelCapacityTaskResponseModifier and TypeMethodDescriptiondefault CancelCapacityTaskResponseOutpostsClient.cancelCapacityTask(Consumer<CancelCapacityTaskRequest.Builder> cancelCapacityTaskRequest) Cancels the capacity task.default CancelCapacityTaskResponseOutpostsClient.cancelCapacityTask(CancelCapacityTaskRequest cancelCapacityTaskRequest) Cancels the capacity task.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type CancelCapacityTaskResponseModifier and TypeMethodDescriptionOutpostsAsyncClient.cancelCapacityTask(Consumer<CancelCapacityTaskRequest.Builder> cancelCapacityTaskRequest) Cancels the capacity task.OutpostsAsyncClient.cancelCapacityTask(CancelCapacityTaskRequest cancelCapacityTaskRequest) Cancels the capacity task.