| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model | |
| software.amazon.awssdk.services.cloudformation.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TypeSummary> |
ListTypesResponse.typeSummaries()
A list of
TypeSummary structures that contain information about the specified extensions. |
| Modifier and Type | Method and Description |
|---|---|
ListTypesResponse.Builder |
ListTypesResponse.Builder.typeSummaries(TypeSummary... typeSummaries)
A list of
TypeSummary structures that contain information about the specified extensions. |
| Modifier and Type | Method and Description |
|---|---|
ListTypesResponse.Builder |
ListTypesResponse.Builder.typeSummaries(Collection<TypeSummary> typeSummaries)
A list of
TypeSummary structures that contain information about the specified extensions. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<TypeSummary> |
ListTypesIterable.typeSummaries()
Returns an iterable to iterate through the paginated
ListTypesResponse.typeSummaries() member. |
SdkPublisher<TypeSummary> |
ListTypesPublisher.typeSummaries()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.