Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.DeleteRegistrationAttachmentResponse
-
Packages that use DeleteRegistrationAttachmentResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference. -
-
Uses of DeleteRegistrationAttachmentResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return DeleteRegistrationAttachmentResponse Modifier and Type Method Description default DeleteRegistrationAttachmentResponsePinpointSmsVoiceV2Client. deleteRegistrationAttachment(Consumer<DeleteRegistrationAttachmentRequest.Builder> deleteRegistrationAttachmentRequest)Permanently delete the specified registration attachment.default DeleteRegistrationAttachmentResponsePinpointSmsVoiceV2Client. deleteRegistrationAttachment(DeleteRegistrationAttachmentRequest deleteRegistrationAttachmentRequest)Permanently delete the specified registration attachment.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type DeleteRegistrationAttachmentResponse Modifier and Type Method Description default CompletableFuture<DeleteRegistrationAttachmentResponse>PinpointSmsVoiceV2AsyncClient. deleteRegistrationAttachment(Consumer<DeleteRegistrationAttachmentRequest.Builder> deleteRegistrationAttachmentRequest)Permanently delete the specified registration attachment.default CompletableFuture<DeleteRegistrationAttachmentResponse>PinpointSmsVoiceV2AsyncClient. deleteRegistrationAttachment(DeleteRegistrationAttachmentRequest deleteRegistrationAttachmentRequest)Permanently delete the specified registration attachment.
-