Uses of Class
software.amazon.awssdk.services.outposts.model.InstanceTypeCapacity
-
Packages that use InstanceTypeCapacity Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of InstanceTypeCapacity in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type InstanceTypeCapacity Modifier and Type Method Description List<InstanceTypeCapacity>StartCapacityTaskRequest. instancePools()The instance pools specified in the capacity task.List<InstanceTypeCapacity>GetCapacityTaskResponse. requestedInstancePools()List of instance pools requested in the capacity task.List<InstanceTypeCapacity>StartCapacityTaskResponse. requestedInstancePools()List of the instance pools requested in the specified capacity task.Methods in software.amazon.awssdk.services.outposts.model with parameters of type InstanceTypeCapacity Modifier and Type Method Description StartCapacityTaskRequest.BuilderStartCapacityTaskRequest.Builder. instancePools(InstanceTypeCapacity... instancePools)The instance pools specified in the capacity task.GetCapacityTaskResponse.BuilderGetCapacityTaskResponse.Builder. requestedInstancePools(InstanceTypeCapacity... requestedInstancePools)List of instance pools requested in the capacity task.StartCapacityTaskResponse.BuilderStartCapacityTaskResponse.Builder. requestedInstancePools(InstanceTypeCapacity... requestedInstancePools)List of the instance pools requested in the specified capacity task.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type InstanceTypeCapacity Modifier and Type Method Description StartCapacityTaskRequest.BuilderStartCapacityTaskRequest.Builder. instancePools(Collection<InstanceTypeCapacity> instancePools)The instance pools specified in the capacity task.GetCapacityTaskResponse.BuilderGetCapacityTaskResponse.Builder. requestedInstancePools(Collection<InstanceTypeCapacity> requestedInstancePools)List of instance pools requested in the capacity task.StartCapacityTaskResponse.BuilderStartCapacityTaskResponse.Builder. requestedInstancePools(Collection<InstanceTypeCapacity> requestedInstancePools)List of the instance pools requested in the specified capacity task.
-