Uses of Interface
software.amazon.awssdk.services.ec2.model.Ipv4PrefixSpecificationResponse.Builder
-
Packages that use Ipv4PrefixSpecificationResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of Ipv4PrefixSpecificationResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Ipv4PrefixSpecificationResponse.Builder Modifier and Type Method Description static Ipv4PrefixSpecificationResponse.BuilderIpv4PrefixSpecificationResponse. builder()Ipv4PrefixSpecificationResponse.BuilderIpv4PrefixSpecificationResponse.Builder. ipv4Prefix(String ipv4Prefix)The IPv4 delegated prefixes assigned to the network interface.Ipv4PrefixSpecificationResponse.BuilderIpv4PrefixSpecificationResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Ipv4PrefixSpecificationResponse.Builder Modifier and Type Method Description static Class<? extends Ipv4PrefixSpecificationResponse.Builder>Ipv4PrefixSpecificationResponse. serializableBuilderClass()
-