Uses of Class
software.amazon.awssdk.services.ec2.model.IpSource
-
Packages that use IpSource Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of IpSource in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpSource Modifier and Type Method Description static IpSourceIpSource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IpSourceSubnetIpv6CidrBlockAssociation. ipSource()The source that allocated the IP address space.IpSourceVpcIpv6CidrBlockAssociation. ipSource()The source that allocated the IP address space.static IpSourceIpSource. valueOf(String name)Returns the enum constant of this type with the specified name.static IpSource[]IpSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpSource Modifier and Type Method Description static Set<IpSource>IpSource. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpSource Modifier and Type Method Description SubnetIpv6CidrBlockAssociation.BuilderSubnetIpv6CidrBlockAssociation.Builder. ipSource(IpSource ipSource)The source that allocated the IP address space.VpcIpv6CidrBlockAssociation.BuilderVpcIpv6CidrBlockAssociation.Builder. ipSource(IpSource ipSource)The source that allocated the IP address space.
-