Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.CreateRegistrationAttachmentResponse
-
Packages that use CreateRegistrationAttachmentResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference. -
-
Uses of CreateRegistrationAttachmentResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return CreateRegistrationAttachmentResponse Modifier and Type Method Description default CreateRegistrationAttachmentResponsePinpointSmsVoiceV2Client. createRegistrationAttachment(Consumer<CreateRegistrationAttachmentRequest.Builder> createRegistrationAttachmentRequest)Create a new registration attachment to use for uploading a file or a URL to a file.default CreateRegistrationAttachmentResponsePinpointSmsVoiceV2Client. createRegistrationAttachment(CreateRegistrationAttachmentRequest createRegistrationAttachmentRequest)Create a new registration attachment to use for uploading a file or a URL to a file.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type CreateRegistrationAttachmentResponse Modifier and Type Method Description default CompletableFuture<CreateRegistrationAttachmentResponse>PinpointSmsVoiceV2AsyncClient. createRegistrationAttachment(Consumer<CreateRegistrationAttachmentRequest.Builder> createRegistrationAttachmentRequest)Create a new registration attachment to use for uploading a file or a URL to a file.default CompletableFuture<CreateRegistrationAttachmentResponse>PinpointSmsVoiceV2AsyncClient. createRegistrationAttachment(CreateRegistrationAttachmentRequest createRegistrationAttachmentRequest)Create a new registration attachment to use for uploading a file or a URL to a file.
-