Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityAllocationMetadataEntry
-
Packages that use CapacityAllocationMetadataEntry Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CapacityAllocationMetadataEntry in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityAllocationMetadataEntry Modifier and Type Method Description List<CapacityAllocationMetadataEntry>CapacityAllocation. allocationMetadata()Additional metadata associated with the capacity allocation.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityAllocationMetadataEntry Modifier and Type Method Description CapacityAllocation.BuilderCapacityAllocation.Builder. allocationMetadata(CapacityAllocationMetadataEntry... allocationMetadata)Additional metadata associated with the capacity allocation.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityAllocationMetadataEntry Modifier and Type Method Description CapacityAllocation.BuilderCapacityAllocation.Builder. allocationMetadata(Collection<CapacityAllocationMetadataEntry> allocationMetadata)Additional metadata associated with the capacity allocation.
-