Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.CreateOptOutListResponse
-
Packages that use CreateOptOutListResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference. -
-
Uses of CreateOptOutListResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return CreateOptOutListResponse Modifier and Type Method Description default CreateOptOutListResponsePinpointSmsVoiceV2Client. createOptOutList(Consumer<CreateOptOutListRequest.Builder> createOptOutListRequest)Creates a new opt-out list.default CreateOptOutListResponsePinpointSmsVoiceV2Client. createOptOutList(CreateOptOutListRequest createOptOutListRequest)Creates a new opt-out list.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type CreateOptOutListResponse Modifier and Type Method Description default CompletableFuture<CreateOptOutListResponse>PinpointSmsVoiceV2AsyncClient. createOptOutList(Consumer<CreateOptOutListRequest.Builder> createOptOutListRequest)Creates a new opt-out list.default CompletableFuture<CreateOptOutListResponse>PinpointSmsVoiceV2AsyncClient. createOptOutList(CreateOptOutListRequest createOptOutListRequest)Creates a new opt-out list.
-