Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
software.amazon.awssdk.services.ec2.transform |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<AssociateDhcpOptionsResponse> |
Ec2AsyncClient.associateDhcpOptions(AssociateDhcpOptionsRequest associateDhcpOptionsRequest)
Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP
options with the VPC.
|
default AssociateDhcpOptionsResponse |
Ec2Client.associateDhcpOptions(AssociateDhcpOptionsRequest associateDhcpOptionsRequest)
Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP
options with the VPC.
|
Modifier and Type | Method and Description |
---|---|
SdkHttpFullRequest |
AssociateDhcpOptionsRequestMarshaller.marshall(AssociateDhcpOptionsRequest associateDhcpOptionsRequest) |
Copyright © 2020. All rights reserved.