Uses of Class
com.amazonaws.services.cloudformation.model.GetStackPolicyRequest
-
Packages that use GetStackPolicyRequest Package Description com.amazonaws.services.cloudformation com.amazonaws.services.cloudformation.model -
-
Uses of GetStackPolicyRequest in com.amazonaws.services.cloudformation
Method parameters in com.amazonaws.services.cloudformation with type arguments of type GetStackPolicyRequest Modifier and Type Method Description Future<GetStackPolicyResult>
AbstractAmazonCloudFormationAsync. getStackPolicyAsync(GetStackPolicyRequest request, AsyncHandler<GetStackPolicyRequest,GetStackPolicyResult> asyncHandler)
Future<GetStackPolicyResult>
AmazonCloudFormationAsync. getStackPolicyAsync(GetStackPolicyRequest getStackPolicyRequest, AsyncHandler<GetStackPolicyRequest,GetStackPolicyResult> asyncHandler)
Returns the stack policy for a specified stack.Future<GetStackPolicyResult>
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 GetStackPolicyRequest Modifier and Type Method Description GetStackPolicyRequest
GetStackPolicyRequest. clone()
GetStackPolicyRequest
GetStackPolicyRequest. withStackName(String stackName)
The name or unique stack ID that is associated with the stack whose policy you want to get.
-