| Modifier and Type | Method and Description |
|---|---|
PlatformApplication |
createPlatformApplication(CreatePlatformApplicationRequest request)
Performs the
CreatePlatformApplication action. |
PlatformApplication |
createPlatformApplication(CreatePlatformApplicationRequest request,
ResultCapture<CreatePlatformApplicationResult> extractor)
Performs the
CreatePlatformApplication action and use a
ResultCapture to retrieve the low-level client response. |
Topic |
createTopic(CreateTopicRequest request)
Performs the
CreateTopic action. |
Topic |
createTopic(CreateTopicRequest request,
ResultCapture<CreateTopicResult> extractor)
Performs the
CreateTopic action and use a ResultCapture to
retrieve the low-level client response. |
Topic |
createTopic(String name)
The convenient method form for the
CreateTopic action. |
Topic |
createTopic(String name,
ResultCapture<CreateTopicResult> extractor)
The convenient method form for the
CreateTopic action. |
PlatformApplication |
getPlatformApplication(String arn)
Gets an instance of
PlatformApplication resource by its
identifier(s). |
PlatformApplicationCollection |
getPlatformApplications()
Retrieves the PlatformApplications collection referenced by this
resource.
|
PlatformApplicationCollection |
getPlatformApplications(ListPlatformApplicationsRequest request)
Retrieves the PlatformApplications collection referenced by this
resource.
|
PlatformEndpoint |
getPlatformEndpoint(String arn)
Gets an instance of
PlatformEndpoint resource by its
identifier(s). |
SubscriptionCollection |
getSubscriptions()
Retrieves the Subscriptions collection referenced by this resource.
|
SubscriptionCollection |
getSubscriptions(ListSubscriptionsRequest request)
Retrieves the Subscriptions collection referenced by this resource.
|
Topic |
getTopic(String arn)
Gets an instance of
Topic resource by its identifier(s). |
TopicCollection |
getTopics()
Retrieves the Topics collection referenced by this resource.
|
TopicCollection |
getTopics(ListTopicsRequest request)
Retrieves the Topics collection referenced by this resource.
|
PlatformEndpoint getPlatformEndpoint(String arn)
PlatformEndpoint resource by its
identifier(s).PlatformApplication getPlatformApplication(String arn)
PlatformApplication resource by its
identifier(s).PlatformApplicationCollection getPlatformApplications()
PlatformApplicationCollection getPlatformApplications(ListPlatformApplicationsRequest request)
SubscriptionCollection getSubscriptions()
SubscriptionCollection getSubscriptions(ListSubscriptionsRequest request)
TopicCollection getTopics()
TopicCollection getTopics(ListTopicsRequest request)
Topic createTopic(CreateTopicRequest request)
CreateTopic action.
Topic resource object associated with the result
of this action.CreateTopicRequestTopic createTopic(CreateTopicRequest request, ResultCapture<CreateTopicResult> extractor)
CreateTopic action and use a ResultCapture to
retrieve the low-level client response.
Topic resource object associated with the result
of this action.CreateTopicRequestTopic createTopic(String name)
CreateTopic action.createTopic(CreateTopicRequest)Topic createTopic(String name, ResultCapture<CreateTopicResult> extractor)
CreateTopic action.PlatformApplication createPlatformApplication(CreatePlatformApplicationRequest request)
CreatePlatformApplication action.
PlatformApplication resource object associated
with the result of this action.CreatePlatformApplicationRequestPlatformApplication createPlatformApplication(CreatePlatformApplicationRequest request, ResultCapture<CreatePlatformApplicationResult> extractor)
CreatePlatformApplication action and use a
ResultCapture to retrieve the low-level client response.
PlatformApplication resource object associated
with the result of this action.CreatePlatformApplicationRequestCopyright © 2014. All rights reserved.