Uses of Class
software.amazon.awssdk.services.mgn.model.SsmDocumentType
-
Packages that use SsmDocumentType Package Description software.amazon.awssdk.services.mgn.model -
-
Uses of SsmDocumentType in software.amazon.awssdk.services.mgn.model
Methods in software.amazon.awssdk.services.mgn.model that return SsmDocumentType Modifier and Type Method Description static SsmDocumentTypeSsmDocumentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SsmDocumentTypeJobPostLaunchActionsLaunchStatus. ssmDocumentType()AWS Systems Manager Document type.static SsmDocumentTypeSsmDocumentType. valueOf(String name)Returns the enum constant of this type with the specified name.static SsmDocumentType[]SsmDocumentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mgn.model that return types with arguments of type SsmDocumentType Modifier and Type Method Description static Set<SsmDocumentType>SsmDocumentType. knownValues()Methods in software.amazon.awssdk.services.mgn.model with parameters of type SsmDocumentType Modifier and Type Method Description JobPostLaunchActionsLaunchStatus.BuilderJobPostLaunchActionsLaunchStatus.Builder. ssmDocumentType(SsmDocumentType ssmDocumentType)AWS Systems Manager Document type.
-