Uses of Interface
software.amazon.awssdk.services.outposts.model.GetCapacityTaskRequest.Builder
Packages that use GetCapacityTaskRequest.Builder
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 GetCapacityTaskRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type GetCapacityTaskRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetCapacityTaskResponse>OutpostsAsyncClient.getCapacityTask(Consumer<GetCapacityTaskRequest.Builder> getCapacityTaskRequest) Gets details of the specified capacity task.default GetCapacityTaskResponseOutpostsClient.getCapacityTask(Consumer<GetCapacityTaskRequest.Builder> getCapacityTaskRequest) Gets details of the specified capacity task. -
Uses of GetCapacityTaskRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return GetCapacityTaskRequest.BuilderModifier and TypeMethodDescriptionGetCapacityTaskRequest.builder()GetCapacityTaskRequest.Builder.capacityTaskId(String capacityTaskId) ID of the capacity task.GetCapacityTaskRequest.Builder.outpostIdentifier(String outpostIdentifier) ID or ARN of the Outpost associated with the specified capacity task.GetCapacityTaskRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetCapacityTaskRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetCapacityTaskRequest.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type GetCapacityTaskRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetCapacityTaskRequest.Builder>GetCapacityTaskRequest.serializableBuilderClass()