Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.DeleteOptOutListResponse
-
Packages that use DeleteOptOutListResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference. -
-
Uses of DeleteOptOutListResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return DeleteOptOutListResponse Modifier and Type Method Description default DeleteOptOutListResponsePinpointSmsVoiceV2Client. deleteOptOutList(Consumer<DeleteOptOutListRequest.Builder> deleteOptOutListRequest)Deletes an existing opt-out list.default DeleteOptOutListResponsePinpointSmsVoiceV2Client. deleteOptOutList(DeleteOptOutListRequest deleteOptOutListRequest)Deletes an existing opt-out list.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type DeleteOptOutListResponse Modifier and Type Method Description default CompletableFuture<DeleteOptOutListResponse>PinpointSmsVoiceV2AsyncClient. deleteOptOutList(Consumer<DeleteOptOutListRequest.Builder> deleteOptOutListRequest)Deletes an existing opt-out list.default CompletableFuture<DeleteOptOutListResponse>PinpointSmsVoiceV2AsyncClient. deleteOptOutList(DeleteOptOutListRequest deleteOptOutListRequest)Deletes an existing opt-out list.
-