| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.paginators | |
| software.amazon.awssdk.services.cloudformation.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListTypeVersionsResponse |
CloudFormationClient.listTypeVersions(ListTypeVersionsRequest listTypeVersionsRequest)
Returns summary information about the versions of a type.
|
default CompletableFuture<ListTypeVersionsResponse> |
CloudFormationAsyncClient.listTypeVersions(ListTypeVersionsRequest listTypeVersionsRequest)
Returns summary information about the versions of a type.
|
default ListTypeVersionsIterable |
CloudFormationClient.listTypeVersionsPaginator(ListTypeVersionsRequest listTypeVersionsRequest)
Returns summary information about the versions of a type.
|
default ListTypeVersionsPublisher |
CloudFormationAsyncClient.listTypeVersionsPaginator(ListTypeVersionsRequest listTypeVersionsRequest)
Returns summary information about the versions of a type.
|
| Constructor and Description |
|---|
ListTypeVersionsIterable(CloudFormationClient client,
ListTypeVersionsRequest firstRequest) |
ListTypeVersionsPublisher(CloudFormationAsyncClient client,
ListTypeVersionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListTypeVersionsRequestMarshaller.marshall(ListTypeVersionsRequest listTypeVersionsRequest) |
Copyright © 2020. All rights reserved.