Uses of Class
software.amazon.awssdk.services.batch.model.AssignPublicIp
-
Packages that use AssignPublicIp Package Description software.amazon.awssdk.services.batch.model -
-
Uses of AssignPublicIp in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return AssignPublicIp Modifier and Type Method Description AssignPublicIpNetworkConfiguration. assignPublicIp()Indicates whether the job has a public IP address.static AssignPublicIpAssignPublicIp. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AssignPublicIpAssignPublicIp. valueOf(String name)Returns the enum constant of this type with the specified name.static AssignPublicIp[]AssignPublicIp. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type AssignPublicIp Modifier and Type Method Description static Set<AssignPublicIp>AssignPublicIp. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type AssignPublicIp Modifier and Type Method Description NetworkConfiguration.BuilderNetworkConfiguration.Builder. assignPublicIp(AssignPublicIp assignPublicIp)Indicates whether the job has a public IP address.
-