Uses of Interface
software.amazon.awssdk.services.sesv2.model.StatusRecord.Builder
Packages that use StatusRecord.Builder
-
Uses of StatusRecord.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return StatusRecord.BuilderModifier and TypeMethodDescriptionstatic StatusRecord.BuilderStatusRecord.builder()A description of the reason for the current status, or null if no specific cause is available.StatusRecord.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp) The timestamp when this status was last updated.The current sending status.StatusRecord.Builder.status(SendingStatus status) The current sending status.StatusRecord.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type StatusRecord.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StatusRecord.Builder>StatusRecord.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type StatusRecord.BuilderModifier and TypeMethodDescriptiondefault 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.