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 GetTemplateSummaryRequest
GetTemplateSummaryRequest. clone()
GetTemplateSummaryRequest
GetTemplateSummaryRequest. withStackName(String stackName)
The name or the stack ID that is associated with the stack, which are not always interchangeable.GetTemplateSummaryRequest
GetTemplateSummaryRequest. withTemplateBody(String templateBody)
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.GetTemplateSummaryRequest
GetTemplateSummaryRequest. withTemplateURL(String templateURL)
Location of file containing the template body.
-