Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.Receipt.Builder
-
Packages that use Receipt.Builder Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of Receipt.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return Receipt.Builder Modifier and Type Method Description static Receipt.BuilderReceipt. builder()Receipt.BuilderReceipt.Builder. contactChannelArn(String contactChannelArn)The Amazon Resource Name (ARN) of the contact channel Incident Manager engaged.Receipt.BuilderReceipt.Builder. receiptInfo(String receiptInfo)Information provided during the page acknowledgement.Receipt.BuilderReceipt.Builder. receiptTime(Instant receiptTime)The time receipt wasSENT,DELIVERED, orREAD.Receipt.BuilderReceipt.Builder. receiptType(String receiptType)The type follows the engagement cycle,SENT,DELIVERED, andREAD.Receipt.BuilderReceipt.Builder. receiptType(ReceiptType receiptType)The type follows the engagement cycle,SENT,DELIVERED, andREAD.Receipt.BuilderReceipt. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type Receipt.Builder Modifier and Type Method Description static Class<? extends Receipt.Builder>Receipt. serializableBuilderClass()
-