Uses of Class
com.amazonaws.services.cloudformation.model.GetStackPolicyRequest
Packages that use GetStackPolicyRequest
Package
Description
-
Uses of GetStackPolicyRequest in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation with parameters of type GetStackPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonCloudFormation.getStackPolicy
(GetStackPolicyRequest request) AmazonCloudFormation.getStackPolicy
(GetStackPolicyRequest getStackPolicyRequest) Returns the stack policy for a specified stack.AmazonCloudFormationClient.getStackPolicy
(GetStackPolicyRequest getStackPolicyRequest) Returns the stack policy for a specified stack.AbstractAmazonCloudFormationAsync.getStackPolicyAsync
(GetStackPolicyRequest request) AbstractAmazonCloudFormationAsync.getStackPolicyAsync
(GetStackPolicyRequest request, AsyncHandler<GetStackPolicyRequest, GetStackPolicyResult> asyncHandler) AmazonCloudFormationAsync.getStackPolicyAsync
(GetStackPolicyRequest getStackPolicyRequest) Returns the stack policy for a specified stack.AmazonCloudFormationAsync.getStackPolicyAsync
(GetStackPolicyRequest getStackPolicyRequest, AsyncHandler<GetStackPolicyRequest, GetStackPolicyResult> asyncHandler) Returns the stack policy for a specified stack.AmazonCloudFormationAsyncClient.getStackPolicyAsync
(GetStackPolicyRequest request) AmazonCloudFormationAsyncClient.getStackPolicyAsync
(GetStackPolicyRequest request, AsyncHandler<GetStackPolicyRequest, GetStackPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.cloudformation with type arguments of type GetStackPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonCloudFormationAsync.getStackPolicyAsync
(GetStackPolicyRequest request, AsyncHandler<GetStackPolicyRequest, GetStackPolicyResult> asyncHandler) AmazonCloudFormationAsync.getStackPolicyAsync
(GetStackPolicyRequest getStackPolicyRequest, AsyncHandler<GetStackPolicyRequest, GetStackPolicyResult> asyncHandler) Returns the stack policy for a specified stack.AmazonCloudFormationAsyncClient.getStackPolicyAsync
(GetStackPolicyRequest request, AsyncHandler<GetStackPolicyRequest, GetStackPolicyResult> asyncHandler) -
Uses of GetStackPolicyRequest in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return GetStackPolicyRequestModifier and TypeMethodDescriptionGetStackPolicyRequest.clone()
GetStackPolicyRequest.withStackName
(String stackName) The name or unique stack ID that is associated with the stack whose policy you want to get.