| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model | |
| software.amazon.awssdk.services.kafka.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Configuration> |
ListConfigurationsResponse.configurations()
An array of MSK configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationsResponse.Builder |
ListConfigurationsResponse.Builder.configurations(Configuration... configurations)
An array of MSK configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationsResponse.Builder |
ListConfigurationsResponse.Builder.configurations(Collection<Configuration> configurations)
An array of MSK configurations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Configuration> |
ListConfigurationsPublisher.configurations()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Configuration> |
ListConfigurationsIterable.configurations()
Returns an iterable to iterate through the paginated
ListConfigurationsResponse.configurations() member. |
Copyright © 2023. All rights reserved.