| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTypeVersionsResponse |
CloudFormationClient.listTypeVersions(Consumer<ListTypeVersionsRequest.Builder> listTypeVersionsRequest)
Returns summary information about the versions of an extension.
|
default ListTypeVersionsResponse |
CloudFormationClient.listTypeVersions(ListTypeVersionsRequest listTypeVersionsRequest)
Returns summary information about the versions of an extension.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTypeVersionsResponse> |
CloudFormationAsyncClient.listTypeVersions(Consumer<ListTypeVersionsRequest.Builder> listTypeVersionsRequest)
Returns summary information about the versions of an extension.
|
default CompletableFuture<ListTypeVersionsResponse> |
CloudFormationAsyncClient.listTypeVersions(ListTypeVersionsRequest listTypeVersionsRequest)
Returns summary information about the versions of an extension.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTypeVersionsResponse> |
ListTypeVersionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTypeVersionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTypeVersionsResponse> subscriber) |
Copyright © 2022. All rights reserved.