| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| Modifier and Type | Method and Description |
|---|---|
default GetStackPolicyResponse |
CloudFormationClient.getStackPolicy(Consumer<GetStackPolicyRequest.Builder> getStackPolicyRequest)
Returns the stack policy for a specified stack.
|
default GetStackPolicyResponse |
CloudFormationClient.getStackPolicy(GetStackPolicyRequest getStackPolicyRequest)
Returns the stack policy for a specified stack.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetStackPolicyResponse> |
CloudFormationAsyncClient.getStackPolicy(Consumer<GetStackPolicyRequest.Builder> getStackPolicyRequest)
Returns the stack policy for a specified stack.
|
default CompletableFuture<GetStackPolicyResponse> |
CloudFormationAsyncClient.getStackPolicy(GetStackPolicyRequest getStackPolicyRequest)
Returns the stack policy for a specified stack.
|
Copyright © 2018. All rights reserved.