Package | Description |
---|---|
com.amazonaws.services.sns |
|
com.amazonaws.services.sns.model |
Modifier and Type | Method and Description |
---|---|
ListPlatformApplicationsResult |
AmazonSNS.listPlatformApplications()
Simplified method form for invoking the ListPlatformApplications
operation.
|
ListPlatformApplicationsResult |
AmazonSNSClient.listPlatformApplications() |
ListPlatformApplicationsResult |
AbstractAmazonSNS.listPlatformApplications() |
ListPlatformApplicationsResult |
AmazonSNS.listPlatformApplications(ListPlatformApplicationsRequest listPlatformApplicationsRequest)
Lists the platform application objects for the supported push
notification services, such as APNS and GCM.
|
ListPlatformApplicationsResult |
AmazonSNSClient.listPlatformApplications(ListPlatformApplicationsRequest listPlatformApplicationsRequest)
Lists the platform application objects for the supported push
notification services, such as APNS and GCM.
|
ListPlatformApplicationsResult |
AbstractAmazonSNS.listPlatformApplications(ListPlatformApplicationsRequest request) |
Modifier and Type | Method and Description |
---|---|
ListPlatformApplicationsResult |
ListPlatformApplicationsResult.clone() |
ListPlatformApplicationsResult |
ListPlatformApplicationsResult.withNextToken(String nextToken)
NextToken string is returned when calling ListPlatformApplications action
if additional records are available after the first page results.
|
ListPlatformApplicationsResult |
ListPlatformApplicationsResult.withPlatformApplications(Collection<PlatformApplication> platformApplications)
Platform applications returned when calling ListPlatformApplications
action.
|
ListPlatformApplicationsResult |
ListPlatformApplicationsResult.withPlatformApplications(PlatformApplication... platformApplications)
Platform applications returned when calling ListPlatformApplications
action.
|
Copyright © 2016. All rights reserved.