| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTypeVersionsResult> |
AbstractAmazonCloudFormationAsync.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.
|
Future<ListTypeVersionsResult> |
AmazonCloudFormationAsyncClient.listTypeVersionsAsync(ListTypeVersionsRequest request,
AsyncHandler<ListTypeVersionsRequest,ListTypeVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTypeVersionsRequest |
ListTypeVersionsRequest.clone() |
ListTypeVersionsRequest |
ListTypeVersionsRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the extension for which you want version summary information.
|
ListTypeVersionsRequest |
ListTypeVersionsRequest.withDeprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the extension versions that you want to get summary information about.
|
ListTypeVersionsRequest |
ListTypeVersionsRequest.withDeprecatedStatus(String deprecatedStatus)
The deprecation status of the extension versions that you want to get summary information about.
|
ListTypeVersionsRequest |
ListTypeVersionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
ListTypeVersionsRequest |
ListTypeVersionsRequest.withNextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. |
ListTypeVersionsRequest |
ListTypeVersionsRequest.withPublisherId(String publisherId)
The publisher ID of the extension publisher.
|
ListTypeVersionsRequest |
ListTypeVersionsRequest.withType(RegistryType type)
The kind of the extension.
|
ListTypeVersionsRequest |
ListTypeVersionsRequest.withType(String type)
The kind of the extension.
|
ListTypeVersionsRequest |
ListTypeVersionsRequest.withTypeName(String typeName)
The name of the extension for which you want version summary information.
|
Copyright © 2023. All rights reserved.