Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.CreateRegistrationVersionResponse
-
Packages that use CreateRegistrationVersionResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference. -
-
Uses of CreateRegistrationVersionResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return CreateRegistrationVersionResponse Modifier and Type Method Description default CreateRegistrationVersionResponsePinpointSmsVoiceV2Client. createRegistrationVersion(Consumer<CreateRegistrationVersionRequest.Builder> createRegistrationVersionRequest)Create a new version of the registration and increase the VersionNumber.default CreateRegistrationVersionResponsePinpointSmsVoiceV2Client. createRegistrationVersion(CreateRegistrationVersionRequest createRegistrationVersionRequest)Create a new version of the registration and increase the VersionNumber.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type CreateRegistrationVersionResponse Modifier and Type Method Description default CompletableFuture<CreateRegistrationVersionResponse>PinpointSmsVoiceV2AsyncClient. createRegistrationVersion(Consumer<CreateRegistrationVersionRequest.Builder> createRegistrationVersionRequest)Create a new version of the registration and increase the VersionNumber.default CompletableFuture<CreateRegistrationVersionResponse>PinpointSmsVoiceV2AsyncClient. createRegistrationVersion(CreateRegistrationVersionRequest createRegistrationVersionRequest)Create a new version of the registration and increase the VersionNumber.
-