| Package | Description |
|---|---|
| software.amazon.awssdk.services.sns.model | |
| software.amazon.awssdk.services.sns.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Topic> |
ListTopicsResponse.topics()
A list of topic ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
ListTopicsResponse.Builder |
ListTopicsResponse.Builder.topics(Topic... topics)
A list of topic ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
ListTopicsResponse.Builder |
ListTopicsResponse.Builder.topics(Collection<Topic> topics)
A list of topic ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Topic> |
ListTopicsPublisher.topics()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Topic> |
ListTopicsIterable.topics()
Returns an iterable to iterate through the paginated
ListTopicsResponse.topics() member. |
Copyright © 2023. All rights reserved.