Uses of Class
software.amazon.awssdk.services.pinpoint.model.DeleteEndpointResponse
-
Packages that use DeleteEndpointResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of DeleteEndpointResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return DeleteEndpointResponse Modifier and Type Method Description default DeleteEndpointResponsePinpointClient. deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest)Deletes an endpoint from an application.default DeleteEndpointResponsePinpointClient. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)Deletes an endpoint from an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type DeleteEndpointResponse Modifier and Type Method Description default CompletableFuture<DeleteEndpointResponse>PinpointAsyncClient. deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest)Deletes an endpoint from an application.default CompletableFuture<DeleteEndpointResponse>PinpointAsyncClient. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)Deletes an endpoint from an application.
-