Uses of Class
software.amazon.awssdk.services.batch.model.ServiceResourceIdName
-
Packages that use ServiceResourceIdName Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ServiceResourceIdName in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ServiceResourceIdName Modifier and Type Method Description static ServiceResourceIdNameServiceResourceIdName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceResourceIdNameServiceResourceId. name()The name of the resource identifier.static ServiceResourceIdNameServiceResourceIdName. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceResourceIdName[]ServiceResourceIdName. 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 ServiceResourceIdName Modifier and Type Method Description static Set<ServiceResourceIdName>ServiceResourceIdName. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type ServiceResourceIdName Modifier and Type Method Description ServiceResourceId.BuilderServiceResourceId.Builder. name(ServiceResourceIdName name)The name of the resource identifier.
-