Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ReceiptType
-
Packages that use ReceiptType Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of ReceiptType in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return ReceiptType Modifier and Type Method Description static ReceiptTypeReceiptType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReceiptTypeReceipt. receiptType()The type follows the engagement cycle,SENT,DELIVERED, andREAD.static ReceiptTypeReceiptType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReceiptType[]ReceiptType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type ReceiptType Modifier and Type Method Description static Set<ReceiptType>ReceiptType. knownValues()Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type ReceiptType Modifier and Type Method Description Receipt.BuilderReceipt.Builder. receiptType(ReceiptType receiptType)The type follows the engagement cycle,SENT,DELIVERED, andREAD.
-