Uses of Interface
software.amazon.awssdk.services.ec2.model.AssignPrivateIpAddressesResponse.Builder
Packages that use AssignPrivateIpAddressesResponse.Builder
-
Uses of AssignPrivateIpAddressesResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssignPrivateIpAddressesResponse.BuilderModifier and TypeMethodDescriptionAssignPrivateIpAddressesResponse.Builder.assignedIpv4Prefixes(Collection<Ipv4PrefixSpecification> assignedIpv4Prefixes) The IPv4 prefixes that are assigned to the network interface.AssignPrivateIpAddressesResponse.Builder.assignedIpv4Prefixes(Consumer<Ipv4PrefixSpecification.Builder>... assignedIpv4Prefixes) The IPv4 prefixes that are assigned to the network interface.AssignPrivateIpAddressesResponse.Builder.assignedIpv4Prefixes(Ipv4PrefixSpecification... assignedIpv4Prefixes) The IPv4 prefixes that are assigned to the network interface.AssignPrivateIpAddressesResponse.Builder.assignedPrivateIpAddresses(Collection<AssignedPrivateIpAddress> assignedPrivateIpAddresses) The private IP addresses assigned to the network interface.AssignPrivateIpAddressesResponse.Builder.assignedPrivateIpAddresses(Consumer<AssignedPrivateIpAddress.Builder>... assignedPrivateIpAddresses) The private IP addresses assigned to the network interface.AssignPrivateIpAddressesResponse.Builder.assignedPrivateIpAddresses(AssignedPrivateIpAddress... assignedPrivateIpAddresses) The private IP addresses assigned to the network interface.AssignPrivateIpAddressesResponse.builder()AssignPrivateIpAddressesResponse.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.AssignPrivateIpAddressesResponse.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssignPrivateIpAddressesResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssignPrivateIpAddressesResponse.Builder>AssignPrivateIpAddressesResponse.serializableBuilderClass()