Uses of Interface
software.amazon.awssdk.services.ec2.model.UnassignPrivateIpAddressesRequest.Builder
Packages that use UnassignPrivateIpAddressesRequest.Builder
Package
Description
-
Uses of UnassignPrivateIpAddressesRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type UnassignPrivateIpAddressesRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.unassignPrivateIpAddresses(Consumer<UnassignPrivateIpAddressesRequest.Builder> unassignPrivateIpAddressesRequest) Unassigns the specified secondary private IP addresses or IPv4 Prefix Delegation prefixes from a network interface.Ec2Client.unassignPrivateIpAddresses(Consumer<UnassignPrivateIpAddressesRequest.Builder> unassignPrivateIpAddressesRequest) Unassigns the specified secondary private IP addresses or IPv4 Prefix Delegation prefixes from a network interface. -
Uses of UnassignPrivateIpAddressesRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return UnassignPrivateIpAddressesRequest.BuilderModifier and TypeMethodDescriptionUnassignPrivateIpAddressesRequest.builder()UnassignPrivateIpAddressesRequest.Builder.ipv4Prefixes(String... ipv4Prefixes) The IPv4 prefixes to unassign from the network interface.UnassignPrivateIpAddressesRequest.Builder.ipv4Prefixes(Collection<String> ipv4Prefixes) The IPv4 prefixes to unassign from the network interface.UnassignPrivateIpAddressesRequest.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.UnassignPrivateIpAddressesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UnassignPrivateIpAddressesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UnassignPrivateIpAddressesRequest.Builder.privateIpAddresses(String... privateIpAddresses) The secondary private IP addresses to unassign from the network interface.UnassignPrivateIpAddressesRequest.Builder.privateIpAddresses(Collection<String> privateIpAddresses) The secondary private IP addresses to unassign from the network interface.UnassignPrivateIpAddressesRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type UnassignPrivateIpAddressesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UnassignPrivateIpAddressesRequest.Builder>UnassignPrivateIpAddressesRequest.serializableBuilderClass()