Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoicev2.model.CreateOptOutListRequest.Builder
-
Packages that use CreateOptOutListRequest.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference.software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of CreateOptOutListRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2
Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2 with type arguments of type CreateOptOutListRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateOptOutListResponse>PinpointSmsVoiceV2AsyncClient. createOptOutList(Consumer<CreateOptOutListRequest.Builder> createOptOutListRequest)Creates a new opt-out list.default CreateOptOutListResponsePinpointSmsVoiceV2Client. createOptOutList(Consumer<CreateOptOutListRequest.Builder> createOptOutListRequest)Creates a new opt-out list. -
Uses of CreateOptOutListRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return CreateOptOutListRequest.Builder Modifier and Type Method Description static CreateOptOutListRequest.BuilderCreateOptOutListRequest. builder()CreateOptOutListRequest.BuilderCreateOptOutListRequest.Builder. clientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateOptOutListRequest.BuilderCreateOptOutListRequest.Builder. optOutListName(String optOutListName)The name of the new OptOutList.CreateOptOutListRequest.BuilderCreateOptOutListRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateOptOutListRequest.BuilderCreateOptOutListRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateOptOutListRequest.BuilderCreateOptOutListRequest.Builder. tags(Collection<Tag> tags)An array of tags (key and value pairs) to associate with the new OptOutList.CreateOptOutListRequest.BuilderCreateOptOutListRequest.Builder. tags(Consumer<Tag.Builder>... tags)An array of tags (key and value pairs) to associate with the new OptOutList.CreateOptOutListRequest.BuilderCreateOptOutListRequest.Builder. tags(Tag... tags)An array of tags (key and value pairs) to associate with the new OptOutList.CreateOptOutListRequest.BuilderCreateOptOutListRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type CreateOptOutListRequest.Builder Modifier and Type Method Description static Class<? extends CreateOptOutListRequest.Builder>CreateOptOutListRequest. serializableBuilderClass()
-