Uses of Interface
software.amazon.awssdk.services.ec2.model.AssignPrivateIpAddressesRequest.Builder
Packages that use AssignPrivateIpAddressesRequest.Builder
Package
Description
-
Uses of AssignPrivateIpAddressesRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AssignPrivateIpAddressesRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.assignPrivateIpAddresses(Consumer<AssignPrivateIpAddressesRequest.Builder> assignPrivateIpAddressesRequest) Assigns the specified secondary private IP addresses to the specified network interface.default AssignPrivateIpAddressesResponseEc2Client.assignPrivateIpAddresses(Consumer<AssignPrivateIpAddressesRequest.Builder> assignPrivateIpAddressesRequest) Assigns the specified secondary private IP addresses to the specified network interface. -
Uses of AssignPrivateIpAddressesRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssignPrivateIpAddressesRequest.BuilderModifier and TypeMethodDescriptionAssignPrivateIpAddressesRequest.Builder.allowReassignment(Boolean allowReassignment) Indicates whether to allow an IP address that is already assigned to another network interface or instance to be reassigned to the specified network interface.AssignPrivateIpAddressesRequest.builder()AssignPrivateIpAddressesRequest.Builder.ipv4PrefixCount(Integer ipv4PrefixCount) The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface.AssignPrivateIpAddressesRequest.Builder.ipv4Prefixes(String... ipv4Prefixes) One or more IPv4 prefixes assigned to the network interface.AssignPrivateIpAddressesRequest.Builder.ipv4Prefixes(Collection<String> ipv4Prefixes) One or more IPv4 prefixes assigned to the network interface.AssignPrivateIpAddressesRequest.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.AssignPrivateIpAddressesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssignPrivateIpAddressesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssignPrivateIpAddressesRequest.Builder.privateIpAddresses(String... privateIpAddresses) The IP addresses to be assigned as a secondary private IP address to the network interface.AssignPrivateIpAddressesRequest.Builder.privateIpAddresses(Collection<String> privateIpAddresses) The IP addresses to be assigned as a secondary private IP address to the network interface.AssignPrivateIpAddressesRequest.Builder.secondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount) The number of secondary IP addresses to assign to the network interface.AssignPrivateIpAddressesRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssignPrivateIpAddressesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssignPrivateIpAddressesRequest.Builder>AssignPrivateIpAddressesRequest.serializableBuilderClass()