| Package | Description |
|---|---|
| software.amazon.awssdk.services.sns |
|
| software.amazon.awssdk.services.sns.paginators | |
| software.amazon.awssdk.services.sns.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPlatformApplicationsResponse> |
SnsAsyncClient.listPlatformApplications(ListPlatformApplicationsRequest 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.
|
default ListPlatformApplicationsPublisher |
SnsAsyncClient.listPlatformApplicationsPaginator(ListPlatformApplicationsRequest listPlatformApplicationsRequest)
Lists the platform application objects for the supported push notification services, such as APNS and FCM.
|
default ListPlatformApplicationsIterable |
SnsClient.listPlatformApplicationsPaginator(ListPlatformApplicationsRequest listPlatformApplicationsRequest)
Lists the platform application objects for the supported push notification services, such as APNS and FCM.
|
| Constructor and Description |
|---|
ListPlatformApplicationsIterable(SnsClient client,
ListPlatformApplicationsRequest firstRequest) |
ListPlatformApplicationsPublisher(SnsAsyncClient client,
ListPlatformApplicationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListPlatformApplicationsRequestMarshaller.marshall(ListPlatformApplicationsRequest listPlatformApplicationsRequest) |
Copyright © 2020. All rights reserved.