| Package | Description |
|---|---|
| com.amazonaws.services.sns |
|
| com.amazonaws.services.sns.model |
Classes modeling the various types represented by AmazonSNS
|
| Modifier and Type | Method and Description |
|---|---|
SubscribeResult |
AmazonSNS.subscribe(String topicArn,
String protocol,
String endpoint)
Prepares to subscribe an endpoint by sending the endpoint a confirmation
message.
|
SubscribeResult |
AmazonSNSClient.subscribe(String topicArn,
String protocol,
String endpoint)
Prepares to subscribe an endpoint by sending the endpoint a confirmation
message.
|
SubscribeResult |
AmazonSNS.subscribe(SubscribeRequest subscribeRequest)
Prepares to subscribe an endpoint by sending the endpoint a confirmation
message.
|
SubscribeResult |
AmazonSNSClient.subscribe(SubscribeRequest subscribeRequest)
Prepares to subscribe an endpoint by sending the endpoint a confirmation
message.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SubscribeResult> |
AmazonSNSAsync.subscribeAsync(SubscribeRequest subscribeRequest)
Prepares to subscribe an endpoint by sending the endpoint a confirmation
message.
|
Future<SubscribeResult> |
AmazonSNSAsyncClient.subscribeAsync(SubscribeRequest subscribeRequest)
Prepares to subscribe an endpoint by sending the endpoint a confirmation
message.
|
Future<SubscribeResult> |
AmazonSNSAsync.subscribeAsync(SubscribeRequest subscribeRequest,
AsyncHandler<SubscribeRequest,SubscribeResult> asyncHandler)
Prepares to subscribe an endpoint by sending the endpoint a confirmation
message.
|
Future<SubscribeResult> |
AmazonSNSAsyncClient.subscribeAsync(SubscribeRequest subscribeRequest,
AsyncHandler<SubscribeRequest,SubscribeResult> asyncHandler)
Prepares to subscribe an endpoint by sending the endpoint a confirmation
message.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SubscribeResult> |
AmazonSNSAsync.subscribeAsync(SubscribeRequest subscribeRequest,
AsyncHandler<SubscribeRequest,SubscribeResult> asyncHandler)
Prepares to subscribe an endpoint by sending the endpoint a confirmation
message.
|
Future<SubscribeResult> |
AmazonSNSAsyncClient.subscribeAsync(SubscribeRequest subscribeRequest,
AsyncHandler<SubscribeRequest,SubscribeResult> asyncHandler)
Prepares to subscribe an endpoint by sending the endpoint a confirmation
message.
|
| Modifier and Type | Method and Description |
|---|---|
SubscribeResult |
SubscribeResult.withSubscriptionArn(String subscriptionArn)
The ARN of the subscription if it is confirmed, or the string
"pending confirmation" if the subscription requires confirmation.
|
Copyright © 2020. All rights reserved.