Uses of Interface
software.amazon.awssdk.services.sesv2.model.StatusRecord.Builder
-
Packages that use StatusRecord.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of StatusRecord.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return StatusRecord.Builder Modifier and Type Method Description static StatusRecord.BuilderStatusRecord. builder()StatusRecord.BuilderStatusRecord.Builder. cause(String cause)A description of the reason for the current status, or null if no specific cause is available.StatusRecord.BuilderStatusRecord.Builder. lastUpdatedTimestamp(Instant lastUpdatedTimestamp)The timestamp when this status was last updated.StatusRecord.BuilderStatusRecord.Builder. status(String status)The current sending status.StatusRecord.BuilderStatusRecord.Builder. status(SendingStatus status)The current sending status.StatusRecord.BuilderStatusRecord. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type StatusRecord.Builder Modifier and Type Method Description static Class<? extends StatusRecord.Builder>StatusRecord. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type StatusRecord.Builder Modifier and Type Method Description default ReputationEntity.BuilderReputationEntity.Builder. awsSesManagedStatus(Consumer<StatusRecord.Builder> awsSesManagedStatus)The Amazon Web Services Amazon SES-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.default ReputationEntity.BuilderReputationEntity.Builder. customerManagedStatus(Consumer<StatusRecord.Builder> customerManagedStatus)The customer-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.
-