| 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 ListEndpointsByPlatformApplicationResponse |
SnsClient.listEndpointsByPlatformApplication(ListEndpointsByPlatformApplicationRequest listEndpointsByPlatformApplicationRequest)
Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and
APNS.
|
default CompletableFuture<ListEndpointsByPlatformApplicationResponse> |
SnsAsyncClient.listEndpointsByPlatformApplication(ListEndpointsByPlatformApplicationRequest listEndpointsByPlatformApplicationRequest)
Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and
APNS.
|
default ListEndpointsByPlatformApplicationIterable |
SnsClient.listEndpointsByPlatformApplicationPaginator(ListEndpointsByPlatformApplicationRequest listEndpointsByPlatformApplicationRequest)
Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and
APNS.
|
default ListEndpointsByPlatformApplicationPublisher |
SnsAsyncClient.listEndpointsByPlatformApplicationPaginator(ListEndpointsByPlatformApplicationRequest listEndpointsByPlatformApplicationRequest)
Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and
APNS.
|
| Constructor and Description |
|---|
ListEndpointsByPlatformApplicationIterable(SnsClient client,
ListEndpointsByPlatformApplicationRequest firstRequest) |
ListEndpointsByPlatformApplicationPublisher(SnsAsyncClient client,
ListEndpointsByPlatformApplicationRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListEndpointsByPlatformApplicationRequestMarshaller.marshall(ListEndpointsByPlatformApplicationRequest listEndpointsByPlatformApplicationRequest) |
Copyright © 2019. All rights reserved.