Uses of Class
software.amazon.awssdk.services.sesv2.model.StatusRecord
-
Packages that use StatusRecord Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of StatusRecord in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return StatusRecord Modifier and Type Method Description StatusRecordReputationEntity. awsSesManagedStatus()The Amazon Web Services Amazon SES-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.StatusRecordReputationEntity. customerManagedStatus()The customer-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type StatusRecord Modifier and Type Method Description ReputationEntity.BuilderReputationEntity.Builder. awsSesManagedStatus(StatusRecord awsSesManagedStatus)The Amazon Web Services Amazon SES-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.ReputationEntity.BuilderReputationEntity.Builder. customerManagedStatus(StatusRecord customerManagedStatus)The customer-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.
-