Uses of Class
software.amazon.awssdk.services.sesv2.model.StatusRecord
Packages that use StatusRecord
-
Uses of StatusRecord in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return StatusRecordModifier and TypeMethodDescriptionfinal 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.final 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 StatusRecordModifier and TypeMethodDescriptionReputationEntity.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.Builder.customerManagedStatus(StatusRecord customerManagedStatus) The customer-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.