Uses of Class
software.amazon.awssdk.services.mgn.model.SsmDocument
-
Packages that use SsmDocument Package Description software.amazon.awssdk.services.mgn.model -
-
Uses of SsmDocument in software.amazon.awssdk.services.mgn.model
Methods in software.amazon.awssdk.services.mgn.model that return SsmDocument Modifier and Type Method Description SsmDocumentJobPostLaunchActionsLaunchStatus. ssmDocument()AWS Systems Manager's Document of the of the Job Post Launch Actions.Methods in software.amazon.awssdk.services.mgn.model that return types with arguments of type SsmDocument Modifier and Type Method Description List<SsmDocument>PostLaunchActions. ssmDocuments()AWS Systems Manager Documents.Methods in software.amazon.awssdk.services.mgn.model with parameters of type SsmDocument Modifier and Type Method Description JobPostLaunchActionsLaunchStatus.BuilderJobPostLaunchActionsLaunchStatus.Builder. ssmDocument(SsmDocument ssmDocument)AWS Systems Manager's Document of the of the Job Post Launch Actions.PostLaunchActions.BuilderPostLaunchActions.Builder. ssmDocuments(SsmDocument... ssmDocuments)AWS Systems Manager Documents.Method parameters in software.amazon.awssdk.services.mgn.model with type arguments of type SsmDocument Modifier and Type Method Description PostLaunchActions.BuilderPostLaunchActions.Builder. ssmDocuments(Collection<SsmDocument> ssmDocuments)AWS Systems Manager Documents.
-