Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.SoftwareSetValidationStatus
-
Packages that use SoftwareSetValidationStatus Package Description software.amazon.awssdk.services.workspacesthinclient.model -
-
Uses of SoftwareSetValidationStatus in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return SoftwareSetValidationStatus Modifier and Type Method Description static SoftwareSetValidationStatusSoftwareSetValidationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SoftwareSetValidationStatusSoftwareSet. validationStatus()An option to define if the software set has been validated.SoftwareSetValidationStatusSoftwareSetSummary. validationStatus()An option to define if the software set has been validated.SoftwareSetValidationStatusUpdateSoftwareSetRequest. validationStatus()An option to define if the software set has been validated.static SoftwareSetValidationStatusSoftwareSetValidationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SoftwareSetValidationStatus[]SoftwareSetValidationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspacesthinclient.model that return types with arguments of type SoftwareSetValidationStatus Modifier and Type Method Description static Set<SoftwareSetValidationStatus>SoftwareSetValidationStatus. knownValues()Methods in software.amazon.awssdk.services.workspacesthinclient.model with parameters of type SoftwareSetValidationStatus Modifier and Type Method Description SoftwareSet.BuilderSoftwareSet.Builder. validationStatus(SoftwareSetValidationStatus validationStatus)An option to define if the software set has been validated.SoftwareSetSummary.BuilderSoftwareSetSummary.Builder. validationStatus(SoftwareSetValidationStatus validationStatus)An option to define if the software set has been validated.UpdateSoftwareSetRequest.BuilderUpdateSoftwareSetRequest.Builder. validationStatus(SoftwareSetValidationStatus validationStatus)An option to define if the software set has been validated.
-