| Package | Description |
|---|---|
| software.amazon.awssdk.services.sns.model | |
| software.amazon.awssdk.services.sns.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PlatformApplication> |
ListPlatformApplicationsResponse.platformApplications()
Platform applications returned when calling ListPlatformApplications action.
|
| Modifier and Type | Method and Description |
|---|---|
ListPlatformApplicationsResponse.Builder |
ListPlatformApplicationsResponse.Builder.platformApplications(PlatformApplication... platformApplications)
Platform applications returned when calling ListPlatformApplications action.
|
| Modifier and Type | Method and Description |
|---|---|
ListPlatformApplicationsResponse.Builder |
ListPlatformApplicationsResponse.Builder.platformApplications(Collection<PlatformApplication> platformApplications)
Platform applications returned when calling ListPlatformApplications action.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<PlatformApplication> |
ListPlatformApplicationsPublisher.platformApplications()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<PlatformApplication> |
ListPlatformApplicationsIterable.platformApplications()
Returns an iterable to iterate through the paginated
ListPlatformApplicationsResponse.platformApplications() member. |
Copyright © 2020. All rights reserved.