Uses of Interface
software.amazon.awssdk.services.outposts.model.GetCapacityTaskRequest.Builder
-
Packages that use GetCapacityTaskRequest.Builder 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.software.amazon.awssdk.services.outposts.model -
-
Uses of GetCapacityTaskRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type GetCapacityTaskRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static GetCapacityTaskRequest.BuilderGetCapacityTaskRequest. builder()GetCapacityTaskRequest.BuilderGetCapacityTaskRequest.Builder. capacityTaskId(String capacityTaskId)ID of the capacity task.GetCapacityTaskRequest.BuilderGetCapacityTaskRequest.Builder. outpostIdentifier(String outpostIdentifier)ID or ARN of the Outpost associated with the specified capacity task.GetCapacityTaskRequest.BuilderGetCapacityTaskRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCapacityTaskRequest.BuilderGetCapacityTaskRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCapacityTaskRequest.BuilderGetCapacityTaskRequest. toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type GetCapacityTaskRequest.Builder Modifier and Type Method Description static Class<? extends GetCapacityTaskRequest.Builder>GetCapacityTaskRequest. serializableBuilderClass()
-