Uses of Enum
com.amazonaws.services.ec2.model.DomainType
Packages that use DomainType
-
Uses of DomainType in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DomainTypeModifier and TypeMethodDescriptionstatic DomainType
Use this in place of valueOf.static DomainType
Returns the enum constant of this type with the specified name.static DomainType[]
DomainType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type DomainTypeModifier and TypeMethodDescriptionvoid
Address.setDomain
(DomainType domain) Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard
) or instances in a VPC (vpc
).void
AllocateAddressRequest.setDomain
(DomainType domain) Set tovpc
to allocate the address for use with instances in a VPC.void
AllocateAddressResult.setDomain
(DomainType domain) Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard
) or instances in a VPC (vpc
).Address.withDomain
(DomainType domain) Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard
) or instances in a VPC (vpc
).AllocateAddressRequest.withDomain
(DomainType domain) Set tovpc
to allocate the address for use with instances in a VPC.AllocateAddressResult.withDomain
(DomainType domain) Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard
) or instances in a VPC (vpc
).