Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoicev2.model.OptOutListInformation.Builder
-
Packages that use OptOutListInformation.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of OptOutListInformation.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return OptOutListInformation.Builder Modifier and Type Method Description static OptOutListInformation.BuilderOptOutListInformation. builder()OptOutListInformation.BuilderOptOutListInformation.Builder. createdTimestamp(Instant createdTimestamp)The time when the OutOutList was created, in UNIX epoch time format.OptOutListInformation.BuilderOptOutListInformation.Builder. optOutListArn(String optOutListArn)The Amazon Resource Name (ARN) of the OptOutList.OptOutListInformation.BuilderOptOutListInformation.Builder. optOutListName(String optOutListName)The name of the OptOutList.OptOutListInformation.BuilderOptOutListInformation. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type OptOutListInformation.Builder Modifier and Type Method Description static Class<? extends OptOutListInformation.Builder>OptOutListInformation. serializableBuilderClass()
-