Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateDhcpOptionsRequest.Builder
-
Packages that use AssociateDhcpOptionsRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of AssociateDhcpOptionsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AssociateDhcpOptionsRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateDhcpOptionsResponse>Ec2AsyncClient. associateDhcpOptions(Consumer<AssociateDhcpOptionsRequest.Builder> 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 AssociateDhcpOptionsResponseEc2Client. associateDhcpOptions(Consumer<AssociateDhcpOptionsRequest.Builder> associateDhcpOptionsRequest)Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC. -
Uses of AssociateDhcpOptionsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssociateDhcpOptionsRequest.Builder Modifier and Type Method Description static AssociateDhcpOptionsRequest.BuilderAssociateDhcpOptionsRequest. builder()AssociateDhcpOptionsRequest.BuilderAssociateDhcpOptionsRequest.Builder. dhcpOptionsId(String dhcpOptionsId)The ID of the DHCP options set, ordefaultto associate no DHCP options with the VPC.AssociateDhcpOptionsRequest.BuilderAssociateDhcpOptionsRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AssociateDhcpOptionsRequest.BuilderAssociateDhcpOptionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateDhcpOptionsRequest.BuilderAssociateDhcpOptionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateDhcpOptionsRequest.BuilderAssociateDhcpOptionsRequest. toBuilder()AssociateDhcpOptionsRequest.BuilderAssociateDhcpOptionsRequest.Builder. vpcId(String vpcId)The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociateDhcpOptionsRequest.Builder Modifier and Type Method Description static Class<? extends AssociateDhcpOptionsRequest.Builder>AssociateDhcpOptionsRequest. serializableBuilderClass()
-