Uses of Class
software.amazon.awssdk.services.snowdevicemanagement.model.IpAddressAssignment
-
Packages that use IpAddressAssignment Package Description software.amazon.awssdk.services.snowdevicemanagement.model -
-
Uses of IpAddressAssignment in software.amazon.awssdk.services.snowdevicemanagement.model
Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return IpAddressAssignment Modifier and Type Method Description static IpAddressAssignmentIpAddressAssignment. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IpAddressAssignmentPhysicalNetworkInterface. ipAddressAssignment()A value that describes whether the IP address is dynamic or persistent.static IpAddressAssignmentIpAddressAssignment. valueOf(String name)Returns the enum constant of this type with the specified name.static IpAddressAssignment[]IpAddressAssignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return types with arguments of type IpAddressAssignment Modifier and Type Method Description static Set<IpAddressAssignment>IpAddressAssignment. knownValues()Methods in software.amazon.awssdk.services.snowdevicemanagement.model with parameters of type IpAddressAssignment Modifier and Type Method Description PhysicalNetworkInterface.BuilderPhysicalNetworkInterface.Builder. ipAddressAssignment(IpAddressAssignment ipAddressAssignment)A value that describes whether the IP address is dynamic or persistent.
-