Uses of Class
com.amazonaws.services.cloudformation.model.GetStackPolicyRequest

Packages that use GetStackPolicyRequest
com.amazonaws.services.cloudformation Synchronous and asynchronous client classes for accessing AmazonCloudFormation. 
com.amazonaws.services.cloudformation.model Classes modeling the various types represented by AmazonCloudFormation. 
 

Uses of GetStackPolicyRequest in com.amazonaws.services.cloudformation
 

Methods in com.amazonaws.services.cloudformation with parameters of type GetStackPolicyRequest
 GetStackPolicyResult AmazonCloudFormationClient.getStackPolicy(GetStackPolicyRequest getStackPolicyRequest)
           Returns the stack policy for a specified stack.
 GetStackPolicyResult AmazonCloudFormation.getStackPolicy(GetStackPolicyRequest getStackPolicyRequest)
           Returns the stack policy for a specified stack.
 Future<GetStackPolicyResult> AmazonCloudFormationAsyncClient.getStackPolicyAsync(GetStackPolicyRequest getStackPolicyRequest)
           Returns the stack policy for a specified stack.
 Future<GetStackPolicyResult> AmazonCloudFormationAsync.getStackPolicyAsync(GetStackPolicyRequest getStackPolicyRequest)
           Returns the stack policy for a specified stack.
 Future<GetStackPolicyResult> AmazonCloudFormationAsyncClient.getStackPolicyAsync(GetStackPolicyRequest getStackPolicyRequest, AsyncHandler<GetStackPolicyRequest,GetStackPolicyResult> asyncHandler)
           Returns the stack policy for a specified stack.
 Future<GetStackPolicyResult> AmazonCloudFormationAsync.getStackPolicyAsync(GetStackPolicyRequest getStackPolicyRequest, AsyncHandler<GetStackPolicyRequest,GetStackPolicyResult> asyncHandler)
           Returns the stack policy for a specified stack.
 

Method parameters in com.amazonaws.services.cloudformation with type arguments of type GetStackPolicyRequest
 Future<GetStackPolicyResult> AmazonCloudFormationAsyncClient.getStackPolicyAsync(GetStackPolicyRequest getStackPolicyRequest, AsyncHandler<GetStackPolicyRequest,GetStackPolicyResult> asyncHandler)
           Returns the stack policy for a specified stack.
 Future<GetStackPolicyResult> AmazonCloudFormationAsync.getStackPolicyAsync(GetStackPolicyRequest getStackPolicyRequest, AsyncHandler<GetStackPolicyRequest,GetStackPolicyResult> asyncHandler)
           Returns the stack policy for a specified stack.
 

Uses of GetStackPolicyRequest in com.amazonaws.services.cloudformation.model
 

Methods in com.amazonaws.services.cloudformation.model that return GetStackPolicyRequest
 GetStackPolicyRequest GetStackPolicyRequest.withStackName(String stackName)
          The name or stack ID that is associated with the stack whose policy you want to get.
 



Copyright © 2016. All rights reserved.