Uses of Interface
software.amazon.awssdk.services.ec2.model.CapacityAllocationMetadataEntry.Builder
-
Packages that use CapacityAllocationMetadataEntry.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CapacityAllocationMetadataEntry.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityAllocationMetadataEntry.Builder Modifier and Type Method Description static CapacityAllocationMetadataEntry.BuilderCapacityAllocationMetadataEntry. builder()CapacityAllocationMetadataEntry.BuilderCapacityAllocationMetadataEntry.Builder. key(String key)The key of the metadata entry.CapacityAllocationMetadataEntry.BuilderCapacityAllocationMetadataEntry. toBuilder()CapacityAllocationMetadataEntry.BuilderCapacityAllocationMetadataEntry.Builder. value(String value)The value of the metadata entry.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityAllocationMetadataEntry.Builder Modifier and Type Method Description static Class<? extends CapacityAllocationMetadataEntry.Builder>CapacityAllocationMetadataEntry. serializableBuilderClass()
-