Package | Description |
---|---|
software.amazon.awssdk.services.sns |
|
Modifier and Type | Method and Description |
---|---|
default CreateTopicResponse |
SnsClient.createTopic(Consumer<CreateTopicRequest.Builder> createTopicRequest)
Creates a topic to which notifications can be published.
|
default CreateTopicResponse |
SnsClient.createTopic(CreateTopicRequest createTopicRequest)
Creates a topic to which notifications can be published.
|
default GetTopicAttributesResponse |
SnsClient.getTopicAttributes(Consumer<GetTopicAttributesRequest.Builder> getTopicAttributesRequest)
Returns all of the properties of a topic.
|
default GetTopicAttributesResponse |
SnsClient.getTopicAttributes(GetTopicAttributesRequest getTopicAttributesRequest)
Returns all of the properties of a topic.
|
default PublishResponse |
SnsClient.publish(Consumer<PublishRequest.Builder> publishRequest)
Sends a message to an Amazon SNS topic or sends a text message (SMS message) directly to a phone number.
|
default PublishResponse |
SnsClient.publish(PublishRequest publishRequest)
Sends a message to an Amazon SNS topic or sends a text message (SMS message) directly to a phone number.
|
default SetTopicAttributesResponse |
SnsClient.setTopicAttributes(Consumer<SetTopicAttributesRequest.Builder> setTopicAttributesRequest)
Allows a topic owner to set an attribute of the topic to a new value.
|
default SetTopicAttributesResponse |
SnsClient.setTopicAttributes(SetTopicAttributesRequest setTopicAttributesRequest)
Allows a topic owner to set an attribute of the topic to a new value.
|
default SubscribeResponse |
SnsClient.subscribe(Consumer<SubscribeRequest.Builder> subscribeRequest)
Prepares to subscribe an endpoint by sending the endpoint a confirmation message.
|
default SubscribeResponse |
SnsClient.subscribe(SubscribeRequest subscribeRequest)
Prepares to subscribe an endpoint by sending the endpoint a confirmation message.
|
default UnsubscribeResponse |
SnsClient.unsubscribe(Consumer<UnsubscribeRequest.Builder> unsubscribeRequest)
Deletes a subscription.
|
default UnsubscribeResponse |
SnsClient.unsubscribe(UnsubscribeRequest unsubscribeRequest)
Deletes a subscription.
|
Copyright © 2018. All rights reserved.