Uses of Interface
software.amazon.awssdk.services.ec2.model.UnassignIpv6AddressesResponse.Builder
Packages that use UnassignIpv6AddressesResponse.Builder
-
Uses of UnassignIpv6AddressesResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return UnassignIpv6AddressesResponse.BuilderModifier and TypeMethodDescriptionUnassignIpv6AddressesResponse.builder()UnassignIpv6AddressesResponse.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.UnassignIpv6AddressesResponse.toBuilder()UnassignIpv6AddressesResponse.Builder.unassignedIpv6Addresses(String... unassignedIpv6Addresses) The IPv6 addresses that have been unassigned from the network interface.UnassignIpv6AddressesResponse.Builder.unassignedIpv6Addresses(Collection<String> unassignedIpv6Addresses) The IPv6 addresses that have been unassigned from the network interface.UnassignIpv6AddressesResponse.Builder.unassignedIpv6Prefixes(String... unassignedIpv6Prefixes) The IPv6 prefixes that have been unassigned from the network interface.UnassignIpv6AddressesResponse.Builder.unassignedIpv6Prefixes(Collection<String> unassignedIpv6Prefixes) The IPv6 prefixes that have been unassigned from the network interface.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type UnassignIpv6AddressesResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UnassignIpv6AddressesResponse.Builder>UnassignIpv6AddressesResponse.serializableBuilderClass()