Uses of Class
software.amazon.awssdk.services.nimble.model.LaunchProfileValidationType
-
Packages that use LaunchProfileValidationType Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of LaunchProfileValidationType in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return LaunchProfileValidationType Modifier and Type Method Description static LaunchProfileValidationTypeLaunchProfileValidationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LaunchProfileValidationTypeValidationResult. type()The type of the validation result.static LaunchProfileValidationTypeLaunchProfileValidationType. valueOf(String name)Returns the enum constant of this type with the specified name.static LaunchProfileValidationType[]LaunchProfileValidationType. 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 LaunchProfileValidationType Modifier and Type Method Description static Set<LaunchProfileValidationType>LaunchProfileValidationType. knownValues()Methods in software.amazon.awssdk.services.nimble.model with parameters of type LaunchProfileValidationType Modifier and Type Method Description ValidationResult.BuilderValidationResult.Builder. type(LaunchProfileValidationType type)The type of the validation result.
-