Uses of Class
com.amazonaws.services.ec2.model.AllocateAddressRequest
-
Packages that use AllocateAddressRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of AllocateAddressRequest in com.amazonaws.services.ec2
-
Uses of AllocateAddressRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AllocateAddressRequest Modifier and Type Method Description AllocateAddressRequest
AllocateAddressRequest. clone()
AllocateAddressRequest
AllocateAddressRequest. withDomain(DomainType domain)
Set tovpc
to allocate the address for use with instances in a VPC.AllocateAddressRequest
AllocateAddressRequest. withDomain(String domain)
Set tovpc
to allocate the address for use with instances in a VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AllocateAddressRequest Modifier and Type Method Description Request<AllocateAddressRequest>
AllocateAddressRequest. getDryRunRequest()
This method is intended for internal use only.
-