Uses of Class
software.amazon.awssdk.services.deadline.model.LicenseEndpointStatus
-
Packages that use LicenseEndpointStatus Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of LicenseEndpointStatus in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return LicenseEndpointStatus Modifier and Type Method Description static LicenseEndpointStatusLicenseEndpointStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LicenseEndpointStatusGetLicenseEndpointResponse. status()The status of the license endpoint.LicenseEndpointStatusLicenseEndpointSummary. status()The status of the license endpoint.static LicenseEndpointStatusLicenseEndpointStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LicenseEndpointStatus[]LicenseEndpointStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type LicenseEndpointStatus Modifier and Type Method Description static Set<LicenseEndpointStatus>LicenseEndpointStatus. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type LicenseEndpointStatus Modifier and Type Method Description GetLicenseEndpointResponse.BuilderGetLicenseEndpointResponse.Builder. status(LicenseEndpointStatus status)The status of the license endpoint.LicenseEndpointSummary.BuilderLicenseEndpointSummary.Builder. status(LicenseEndpointStatus status)The status of the license endpoint.
-