Uses of Interface
software.amazon.awssdk.services.cloudformation.model.GetTemplateRequest.Builder
Packages that use GetTemplateRequest.Builder
Package
Description
-
Uses of GetTemplateRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type GetTemplateRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetTemplateResponse>CloudFormationAsyncClient.getTemplate(Consumer<GetTemplateRequest.Builder> getTemplateRequest) Returns the template body for a specified stack.default GetTemplateResponseCloudFormationClient.getTemplate(Consumer<GetTemplateRequest.Builder> getTemplateRequest) Returns the template body for a specified stack. -
Uses of GetTemplateRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return GetTemplateRequest.BuilderModifier and TypeMethodDescriptionstatic GetTemplateRequest.BuilderGetTemplateRequest.builder()GetTemplateRequest.Builder.changeSetName(String changeSetName) The name or Amazon Resource Name (ARN) of a change set for which CloudFormation returns the associated template.GetTemplateRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetTemplateRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:GetTemplateRequest.Builder.templateStage(String templateStage) For templates that include transforms, the stage of the template that CloudFormation returns.GetTemplateRequest.Builder.templateStage(TemplateStage templateStage) For templates that include transforms, the stage of the template that CloudFormation returns.GetTemplateRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type GetTemplateRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetTemplateRequest.Builder>GetTemplateRequest.serializableBuilderClass()