| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
default ListTypeVersionsResponse |
CloudFormationClient.listTypeVersions(Consumer<ListTypeVersionsRequest.Builder> listTypeVersionsRequest)
Returns summary information about the versions of a type.
|
default CompletableFuture<ListTypeVersionsResponse> |
CloudFormationAsyncClient.listTypeVersions(Consumer<ListTypeVersionsRequest.Builder> listTypeVersionsRequest)
Returns summary information about the versions of a type.
|
default ListTypeVersionsIterable |
CloudFormationClient.listTypeVersionsPaginator(Consumer<ListTypeVersionsRequest.Builder> listTypeVersionsRequest)
Returns summary information about the versions of a type.
|
default ListTypeVersionsPublisher |
CloudFormationAsyncClient.listTypeVersionsPaginator(Consumer<ListTypeVersionsRequest.Builder> listTypeVersionsRequest)
Returns summary information about the versions of a type.
|
| Modifier and Type | Method and Description |
|---|---|
ListTypeVersionsRequest.Builder |
ListTypeVersionsRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the type for which you want version summary information.
|
static ListTypeVersionsRequest.Builder |
ListTypeVersionsRequest.builder() |
ListTypeVersionsRequest.Builder |
ListTypeVersionsRequest.Builder.deprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the type versions that you want to get summary information about.
|
ListTypeVersionsRequest.Builder |
ListTypeVersionsRequest.Builder.deprecatedStatus(String deprecatedStatus)
The deprecation status of the type versions that you want to get summary information about.
|
ListTypeVersionsRequest.Builder |
ListTypeVersionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
ListTypeVersionsRequest.Builder |
ListTypeVersionsRequest.Builder.nextToken(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.Builder |
ListTypeVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTypeVersionsRequest.Builder |
ListTypeVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTypeVersionsRequest.Builder |
ListTypeVersionsRequest.toBuilder() |
ListTypeVersionsRequest.Builder |
ListTypeVersionsRequest.Builder.type(RegistryType type)
The kind of the type.
|
ListTypeVersionsRequest.Builder |
ListTypeVersionsRequest.Builder.type(String type)
The kind of the type.
|
ListTypeVersionsRequest.Builder |
ListTypeVersionsRequest.Builder.typeName(String typeName)
The name of the type for which you want version summary information.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTypeVersionsRequest.Builder> |
ListTypeVersionsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.