Uses of Interface
software.amazon.awssdk.services.ec2.model.CapacityAllocation.Builder
-
Packages that use CapacityAllocation.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CapacityAllocation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityAllocation.Builder Modifier and Type Method Description CapacityAllocation.BuilderCapacityAllocation.Builder. allocationType(String allocationType)The usage type.CapacityAllocation.BuilderCapacityAllocation.Builder. allocationType(AllocationType allocationType)The usage type.static CapacityAllocation.BuilderCapacityAllocation. builder()CapacityAllocation.BuilderCapacityAllocation.Builder. count(Integer count)The amount of instance capacity associated with the usage.CapacityAllocation.BuilderCapacityAllocation. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityAllocation.Builder Modifier and Type Method Description static Class<? extends CapacityAllocation.Builder>CapacityAllocation. serializableBuilderClass()
-