Uses of Class
software.amazon.awssdk.services.ec2.model.AllocateHostsRequest
-
Packages that use AllocateHostsRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of AllocateHostsRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type AllocateHostsRequest Modifier and Type Method Description default CompletableFuture<AllocateHostsResponse>Ec2AsyncClient. allocateHosts(AllocateHostsRequest allocateHostsRequest)Allocates a Dedicated Host to your account.default AllocateHostsResponseEc2Client. allocateHosts(AllocateHostsRequest allocateHostsRequest)Allocates a Dedicated Host to your account. -
Uses of AllocateHostsRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type AllocateHostsRequest Modifier and Type Method Description SdkHttpFullRequestAllocateHostsRequestMarshaller. marshall(AllocateHostsRequest allocateHostsRequest)
-