Uses of Class
software.amazon.awssdk.services.nimble.model.LaunchProfileValidationStatusCode
-
Packages that use LaunchProfileValidationStatusCode Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of LaunchProfileValidationStatusCode in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return LaunchProfileValidationStatusCode Modifier and Type Method Description static LaunchProfileValidationStatusCodeLaunchProfileValidationStatusCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LaunchProfileValidationStatusCodeValidationResult. statusCode()The status code.static LaunchProfileValidationStatusCodeLaunchProfileValidationStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static LaunchProfileValidationStatusCode[]LaunchProfileValidationStatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type LaunchProfileValidationStatusCode Modifier and Type Method Description static Set<LaunchProfileValidationStatusCode>LaunchProfileValidationStatusCode. knownValues()Methods in software.amazon.awssdk.services.nimble.model with parameters of type LaunchProfileValidationStatusCode Modifier and Type Method Description ValidationResult.BuilderValidationResult.Builder. statusCode(LaunchProfileValidationStatusCode statusCodeValue)The status code.
-