|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SubscribeResult | |
|---|---|
| com.amazonaws.services.sns | Synchronous and asynchronous client classes for accessing AmazonSNS. |
| com.amazonaws.services.sns.model | Classes modeling the various types represented by AmazonSNS. |
| Uses of SubscribeResult in com.amazonaws.services.sns |
|---|
| Methods in com.amazonaws.services.sns that return SubscribeResult | |
|---|---|
SubscribeResult |
AmazonSNS.subscribe(SubscribeRequest subscribeRequest)
The Subscribe action prepares to subscribe an endpoint by sending the endpoint a confirmation message. |
SubscribeResult |
AmazonSNSClient.subscribe(SubscribeRequest subscribeRequest)
The Subscribe action prepares to subscribe an endpoint by sending the endpoint a confirmation message. |
| Methods in com.amazonaws.services.sns that return types with arguments of type SubscribeResult | |
|---|---|
Future<SubscribeResult> |
AmazonSNSAsyncClient.subscribeAsync(SubscribeRequest subscribeRequest)
The Subscribe action prepares to subscribe an endpoint by sending the endpoint a confirmation message. |
Future<SubscribeResult> |
AmazonSNSAsync.subscribeAsync(SubscribeRequest subscribeRequest)
The Subscribe action prepares to subscribe an endpoint by sending the endpoint a confirmation message. |
| Uses of SubscribeResult in com.amazonaws.services.sns.model |
|---|
| Methods in com.amazonaws.services.sns.model that return SubscribeResult | |
|---|---|
SubscribeResult |
SubscribeResult.withSubscriptionArn(String subscriptionArn)
The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||