Package | Description |
---|---|
software.amazon.awssdk.services.sns |
|
Modifier and Type | Method and Description |
---|---|
default ConfirmSubscriptionResponse |
SnsClient.confirmSubscription(ConfirmSubscriptionRequest confirmSubscriptionRequest)
Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an
earlier
Subscribe action. |
default ConfirmSubscriptionResponse |
SnsClient.confirmSubscription(Consumer<ConfirmSubscriptionRequest.Builder> confirmSubscriptionRequest)
Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an
earlier
Subscribe action. |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<ConfirmSubscriptionResponse> |
SnsAsyncClient.confirmSubscription(ConfirmSubscriptionRequest confirmSubscriptionRequest)
Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an
earlier
Subscribe action. |
default CompletableFuture<ConfirmSubscriptionResponse> |
SnsAsyncClient.confirmSubscription(Consumer<ConfirmSubscriptionRequest.Builder> confirmSubscriptionRequest)
Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an
earlier
Subscribe action. |
Copyright © 2022. All rights reserved.