Uses of Interface
software.amazon.awssdk.services.outposts.model.EC2Capacity.Builder
-
Packages that use EC2Capacity.Builder Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of EC2Capacity.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return EC2Capacity.Builder Modifier and Type Method Description static EC2Capacity.BuilderEC2Capacity. builder()EC2Capacity.BuilderEC2Capacity.Builder. family(String family)The family of the EC2 capacity.EC2Capacity.BuilderEC2Capacity.Builder. maxSize(String maxSize)The maximum size of the EC2 capacity.EC2Capacity.BuilderEC2Capacity.Builder. quantity(String quantity)The quantity of the EC2 capacity.EC2Capacity.BuilderEC2Capacity. toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type EC2Capacity.Builder Modifier and Type Method Description static Class<? extends EC2Capacity.Builder>EC2Capacity. serializableBuilderClass()
-