Uses of Class
software.amazon.awssdk.services.outposts.model.InstanceTypeCapacity
Packages that use InstanceTypeCapacity
-
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 InstanceTypeCapacityModifier and TypeMethodDescriptionfinal List<InstanceTypeCapacity>StartCapacityTaskRequest.instancePools()The instance pools specified in the capacity task.final List<InstanceTypeCapacity>GetCapacityTaskResponse.requestedInstancePools()List of instance pools requested in the capacity task.final 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 InstanceTypeCapacityModifier and TypeMethodDescriptionStartCapacityTaskRequest.Builder.instancePools(InstanceTypeCapacity... instancePools) The instance pools specified in the capacity task.GetCapacityTaskResponse.Builder.requestedInstancePools(InstanceTypeCapacity... requestedInstancePools) List of instance pools requested in the capacity task.StartCapacityTaskResponse.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 InstanceTypeCapacityModifier and TypeMethodDescriptionStartCapacityTaskRequest.Builder.instancePools(Collection<InstanceTypeCapacity> instancePools) The instance pools specified in the capacity task.GetCapacityTaskResponse.Builder.requestedInstancePools(Collection<InstanceTypeCapacity> requestedInstancePools) List of instance pools requested in the capacity task.StartCapacityTaskResponse.Builder.requestedInstancePools(Collection<InstanceTypeCapacity> requestedInstancePools) List of the instance pools requested in the specified capacity task.