Uses of Class
software.amazon.awssdk.services.config.model.TemplateSSMDocumentDetails
-
Packages that use TemplateSSMDocumentDetails Package Description software.amazon.awssdk.services.config.model -
-
Uses of TemplateSSMDocumentDetails in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return TemplateSSMDocumentDetails Modifier and Type Method Description TemplateSSMDocumentDetailsConformancePackDetail. templateSSMDocumentDetails()An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.TemplateSSMDocumentDetailsPutConformancePackRequest. templateSSMDocumentDetails()An object of typeTemplateSSMDocumentDetails, which contains the name or the Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.Methods in software.amazon.awssdk.services.config.model with parameters of type TemplateSSMDocumentDetails Modifier and Type Method Description ConformancePackDetail.BuilderConformancePackDetail.Builder. templateSSMDocumentDetails(TemplateSSMDocumentDetails templateSSMDocumentDetails)An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.PutConformancePackRequest.BuilderPutConformancePackRequest.Builder. templateSSMDocumentDetails(TemplateSSMDocumentDetails templateSSMDocumentDetails)An object of typeTemplateSSMDocumentDetails, which contains the name or the Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.
-