|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeStackResourceRequest | |
---|---|
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 DescribeStackResourceRequest in com.amazonaws.services.cloudformation |
---|
Methods in com.amazonaws.services.cloudformation with parameters of type DescribeStackResourceRequest | |
---|---|
DescribeStackResourceResult |
AmazonCloudFormationClient.describeStackResource(DescribeStackResourceRequest describeStackResourceRequest)
Returns a description of the specified resource in the specified stack. |
DescribeStackResourceResult |
AmazonCloudFormation.describeStackResource(DescribeStackResourceRequest describeStackResourceRequest)
Returns a description of the specified resource in the specified stack. |
Future<DescribeStackResourceResult> |
AmazonCloudFormationAsyncClient.describeStackResourceAsync(DescribeStackResourceRequest describeStackResourceRequest)
Returns a description of the specified resource in the specified stack. |
Future<DescribeStackResourceResult> |
AmazonCloudFormationAsync.describeStackResourceAsync(DescribeStackResourceRequest describeStackResourceRequest)
Returns a description of the specified resource in the specified stack. |
Future<DescribeStackResourceResult> |
AmazonCloudFormationAsyncClient.describeStackResourceAsync(DescribeStackResourceRequest describeStackResourceRequest,
AsyncHandler<DescribeStackResourceRequest,DescribeStackResourceResult> asyncHandler)
Returns a description of the specified resource in the specified stack. |
Future<DescribeStackResourceResult> |
AmazonCloudFormationAsync.describeStackResourceAsync(DescribeStackResourceRequest describeStackResourceRequest,
AsyncHandler<DescribeStackResourceRequest,DescribeStackResourceResult> asyncHandler)
Returns a description of the specified resource in the specified stack. |
Method parameters in com.amazonaws.services.cloudformation with type arguments of type DescribeStackResourceRequest | |
---|---|
Future<DescribeStackResourceResult> |
AmazonCloudFormationAsyncClient.describeStackResourceAsync(DescribeStackResourceRequest describeStackResourceRequest,
AsyncHandler<DescribeStackResourceRequest,DescribeStackResourceResult> asyncHandler)
Returns a description of the specified resource in the specified stack. |
Future<DescribeStackResourceResult> |
AmazonCloudFormationAsync.describeStackResourceAsync(DescribeStackResourceRequest describeStackResourceRequest,
AsyncHandler<DescribeStackResourceRequest,DescribeStackResourceResult> asyncHandler)
Returns a description of the specified resource in the specified stack. |
Uses of DescribeStackResourceRequest in com.amazonaws.services.cloudformation.model |
---|
Methods in com.amazonaws.services.cloudformation.model that return DescribeStackResourceRequest | |
---|---|
DescribeStackResourceRequest |
DescribeStackResourceRequest.withLogicalResourceId(String logicalResourceId)
The logical name of the resource as specified in the template. |
DescribeStackResourceRequest |
DescribeStackResourceRequest.withStackName(String stackName)
The name or the unique identifier associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |