Uses of Class
software.amazon.awssdk.services.sns.model.DeleteEndpointRequest
-
Packages that use DeleteEndpointRequest Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.transform -
-
Uses of DeleteEndpointRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type DeleteEndpointRequest Modifier and Type Method Description default CompletableFuture<DeleteEndpointResponse>SnsAsyncClient. deleteEndpoint(DeleteEndpointRequest 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. -
Uses of DeleteEndpointRequest in software.amazon.awssdk.services.sns.transform
Methods in software.amazon.awssdk.services.sns.transform with parameters of type DeleteEndpointRequest Modifier and Type Method Description SdkHttpFullRequestDeleteEndpointRequestMarshaller. marshall(DeleteEndpointRequest deleteEndpointRequest)
-