Uses of Enum
com.amazonaws.services.ec2.model.DomainType
Packages that use DomainType
-
Uses of DomainType in com.amazonaws.services.ec2.model
Subclasses with type arguments of type DomainType in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return DomainTypeModifier and TypeMethodDescriptionstatic DomainTypeUse this in place of valueOf.static DomainTypeReturns 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 TypeMethodDescriptionvoidAddress.setDomain(DomainType domain) Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).voidAllocateAddressRequest.setDomain(DomainType domain) Set tovpcto allocate the address for use with instances in a VPC.voidAllocateAddressResult.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 tovpcto 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).