| Package | Description |
|---|---|
| software.amazon.awssdk.services.sns |
|
| software.amazon.awssdk.services.sns.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPlatformApplicationsResponse |
SnsClient.listPlatformApplications()
Lists the platform application objects for the supported push notification services, such as APNS and FCM.
|
default ListPlatformApplicationsResponse |
SnsClient.listPlatformApplications(Consumer<ListPlatformApplicationsRequest.Builder> listPlatformApplicationsRequest)
Lists the platform application objects for the supported push notification services, such as APNS and FCM.
|
default ListPlatformApplicationsResponse |
SnsClient.listPlatformApplications(ListPlatformApplicationsRequest listPlatformApplicationsRequest)
Lists the platform application objects for the supported push notification services, such as APNS and FCM.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPlatformApplicationsResponse> |
SnsAsyncClient.listPlatformApplications()
Lists the platform application objects for the supported push notification services, such as APNS and FCM.
|
default CompletableFuture<ListPlatformApplicationsResponse> |
SnsAsyncClient.listPlatformApplications(Consumer<ListPlatformApplicationsRequest.Builder> listPlatformApplicationsRequest)
Lists the platform application objects for the supported push notification services, such as APNS and FCM.
|
default CompletableFuture<ListPlatformApplicationsResponse> |
SnsAsyncClient.listPlatformApplications(ListPlatformApplicationsRequest listPlatformApplicationsRequest)
Lists the platform application objects for the supported push notification services, such as APNS and FCM.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPlatformApplicationsResponse> |
ListPlatformApplicationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPlatformApplicationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPlatformApplicationsResponse> subscriber) |
Copyright © 2019. All rights reserved.