Uses of Class
software.amazon.awssdk.services.sns.model.DeleteEndpointResponse
-
Packages that use DeleteEndpointResponse Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service -
-
Uses of DeleteEndpointResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return DeleteEndpointResponse Modifier and Type Method Description default DeleteEndpointResponseSnsClient. deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest)Deletes the endpoint for a device and mobile app from Amazon SNS.default DeleteEndpointResponseSnsClient. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)Deletes the endpoint for a device and mobile app from Amazon SNS.Methods in software.amazon.awssdk.services.sns that return types with arguments of type DeleteEndpointResponse Modifier and Type Method Description default CompletableFuture<DeleteEndpointResponse>SnsAsyncClient. deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest)Deletes the endpoint for a device and mobile app from Amazon SNS.default CompletableFuture<DeleteEndpointResponse>SnsAsyncClient. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)Deletes the endpoint for a device and mobile app from Amazon SNS.
-