Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityAllocationMetadataEntry
Packages that use CapacityAllocationMetadataEntry
-
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 CapacityAllocationMetadataEntryModifier and TypeMethodDescriptionCapacityAllocation.allocationMetadata()Additional metadata associated with the capacity allocation.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityAllocationMetadataEntryModifier and TypeMethodDescriptionCapacityAllocation.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 CapacityAllocationMetadataEntryModifier and TypeMethodDescriptionCapacityAllocation.Builder.allocationMetadata(Collection<CapacityAllocationMetadataEntry> allocationMetadata) Additional metadata associated with the capacity allocation.