Uses of Class
com.amazonaws.services.cloudformation.model.GetTemplateSummaryRequest
-
Packages that use GetTemplateSummaryRequest Package Description com.amazonaws.services.cloudformation com.amazonaws.services.cloudformation.model -
-
Uses of GetTemplateSummaryRequest in com.amazonaws.services.cloudformation
-
Uses of GetTemplateSummaryRequest in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return GetTemplateSummaryRequest Modifier and Type Method Description GetTemplateSummaryRequestGetTemplateSummaryRequest. clone()GetTemplateSummaryRequestGetTemplateSummaryRequest. withStackName(String stackName)The name or the stack ID that is associated with the stack, which are not always interchangeable.GetTemplateSummaryRequestGetTemplateSummaryRequest. withTemplateBody(String templateBody)Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.GetTemplateSummaryRequestGetTemplateSummaryRequest. withTemplateURL(String templateURL)Location of file containing the template body.
-