Uses of Class
software.amazon.awssdk.services.sns.model.ConfirmSubscriptionResponse
-
Packages that use ConfirmSubscriptionResponse Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service -
-
Uses of ConfirmSubscriptionResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return ConfirmSubscriptionResponse Modifier and Type Method Description default ConfirmSubscriptionResponseSnsClient. confirmSubscription(Consumer<ConfirmSubscriptionRequest.Builder> confirmSubscriptionRequest)Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlierSubscribeaction.default ConfirmSubscriptionResponseSnsClient. confirmSubscription(ConfirmSubscriptionRequest confirmSubscriptionRequest)Verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlierSubscribeaction.Methods in software.amazon.awssdk.services.sns that return types with arguments of type ConfirmSubscriptionResponse Modifier and Type Method Description 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 earlierSubscribeaction.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 earlierSubscribeaction.
-