| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ListTypesResult |
AmazonCloudFormationClient.listTypes(ListTypesRequest request)
Returns summary information about extension that have been registered with CloudFormation.
|
ListTypesResult |
AbstractAmazonCloudFormation.listTypes(ListTypesRequest request) |
ListTypesResult |
AmazonCloudFormation.listTypes(ListTypesRequest listTypesRequest)
Returns summary information about extension that have been registered with CloudFormation.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTypesResult> |
AbstractAmazonCloudFormationAsync.listTypesAsync(ListTypesRequest request) |
Future<ListTypesResult> |
AmazonCloudFormationAsync.listTypesAsync(ListTypesRequest listTypesRequest)
Returns summary information about extension that have been registered with CloudFormation.
|
Future<ListTypesResult> |
AmazonCloudFormationAsyncClient.listTypesAsync(ListTypesRequest request) |
Future<ListTypesResult> |
AbstractAmazonCloudFormationAsync.listTypesAsync(ListTypesRequest request,
AsyncHandler<ListTypesRequest,ListTypesResult> asyncHandler) |
Future<ListTypesResult> |
AmazonCloudFormationAsync.listTypesAsync(ListTypesRequest listTypesRequest,
AsyncHandler<ListTypesRequest,ListTypesResult> asyncHandler)
Returns summary information about extension that have been registered with CloudFormation.
|
Future<ListTypesResult> |
AmazonCloudFormationAsyncClient.listTypesAsync(ListTypesRequest request,
AsyncHandler<ListTypesRequest,ListTypesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTypesResult> |
AbstractAmazonCloudFormationAsync.listTypesAsync(ListTypesRequest request,
AsyncHandler<ListTypesRequest,ListTypesResult> asyncHandler) |
Future<ListTypesResult> |
AmazonCloudFormationAsync.listTypesAsync(ListTypesRequest listTypesRequest,
AsyncHandler<ListTypesRequest,ListTypesResult> asyncHandler)
Returns summary information about extension that have been registered with CloudFormation.
|
Future<ListTypesResult> |
AmazonCloudFormationAsyncClient.listTypesAsync(ListTypesRequest request,
AsyncHandler<ListTypesRequest,ListTypesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTypesResult |
ListTypesResult.clone() |
ListTypesResult |
ListTypesResult.withNextToken(String nextToken)
If the request doesn't return all the remaining results,
NextToken is set to a token. |
ListTypesResult |
ListTypesResult.withTypeSummaries(Collection<TypeSummary> typeSummaries)
A list of
TypeSummary structures that contain information about the specified extensions. |
ListTypesResult |
ListTypesResult.withTypeSummaries(TypeSummary... typeSummaries)
A list of
TypeSummary structures that contain information about the specified extensions. |
Copyright © 2023. All rights reserved.