| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ListTypeVersionsResult |
AbstractAmazonCloudFormation.listTypeVersions(ListTypeVersionsRequest request) |
ListTypeVersionsResult |
AmazonCloudFormation.listTypeVersions(ListTypeVersionsRequest listTypeVersionsRequest)
Returns summary information about the versions of an extension.
|
ListTypeVersionsResult |
AmazonCloudFormationClient.listTypeVersions(ListTypeVersionsRequest request)
Returns summary information about the versions of an extension.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTypeVersionsResult> |
AbstractAmazonCloudFormationAsync.listTypeVersionsAsync(ListTypeVersionsRequest request,
AsyncHandler<ListTypeVersionsRequest,ListTypeVersionsResult> asyncHandler) |
Future<ListTypeVersionsResult> |
AmazonCloudFormationAsyncClient.listTypeVersionsAsync(ListTypeVersionsRequest request,
AsyncHandler<ListTypeVersionsRequest,ListTypeVersionsResult> asyncHandler) |
Future<ListTypeVersionsResult> |
AmazonCloudFormationAsync.listTypeVersionsAsync(ListTypeVersionsRequest listTypeVersionsRequest,
AsyncHandler<ListTypeVersionsRequest,ListTypeVersionsResult> asyncHandler)
Returns summary information about the versions of an extension.
|
| Modifier and Type | Method and Description |
|---|---|
ListTypeVersionsResult |
ListTypeVersionsResult.clone() |
ListTypeVersionsResult |
ListTypeVersionsResult.withNextToken(String nextToken)
If the request doesn't return all of the remaining results,
NextToken is set to a token. |
ListTypeVersionsResult |
ListTypeVersionsResult.withTypeVersionSummaries(Collection<TypeVersionSummary> typeVersionSummaries)
A list of
TypeVersionSummary structures that contain information about the specified extension's
versions. |
ListTypeVersionsResult |
ListTypeVersionsResult.withTypeVersionSummaries(TypeVersionSummary... typeVersionSummaries)
A list of
TypeVersionSummary structures that contain information about the specified extension's
versions. |
Copyright © 2023. All rights reserved.