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

Packages that use GetStackPolicyResult
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 GetStackPolicyResult in com.amazonaws.services.cloudformation
 

Methods in com.amazonaws.services.cloudformation that return GetStackPolicyResult
 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.
 

Methods in com.amazonaws.services.cloudformation that return types with arguments of type GetStackPolicyResult
 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 GetStackPolicyResult
 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 GetStackPolicyResult in com.amazonaws.services.cloudformation.model
 

Methods in com.amazonaws.services.cloudformation.model that return GetStackPolicyResult
 GetStackPolicyResult GetStackPolicyResult.withStackPolicyBody(String stackPolicyBody)
          Structure containing the stack policy body.
 



Copyright © 2016. All rights reserved.