Uses of Class
software.amazon.awssdk.services.sesv2.model.SendingStatus
-
Packages that use SendingStatus Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of SendingStatus in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SendingStatus Modifier and Type Method Description static SendingStatusSendingStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SendingStatusCreateTenantResponse. sendingStatus()The status of email sending capability for the tenant.SendingStatusTenant. sendingStatus()The status of sending capability for the tenant.SendingStatusUpdateReputationEntityCustomerManagedStatusRequest. sendingStatus()The new customer-managed sending status for the reputation entity.SendingStatusReputationEntity. sendingStatusAggregate()The aggregate sending status that determines whether the entity is allowed to send emails.SendingStatusStatusRecord. status()The current sending status.static SendingStatusSendingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SendingStatus[]SendingStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SendingStatus Modifier and Type Method Description static Set<SendingStatus>SendingStatus. knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type SendingStatus Modifier and Type Method Description CreateTenantResponse.BuilderCreateTenantResponse.Builder. sendingStatus(SendingStatus sendingStatus)The status of email sending capability for the tenant.Tenant.BuilderTenant.Builder. sendingStatus(SendingStatus sendingStatus)The status of sending capability for the tenant.UpdateReputationEntityCustomerManagedStatusRequest.BuilderUpdateReputationEntityCustomerManagedStatusRequest.Builder. sendingStatus(SendingStatus sendingStatus)The new customer-managed sending status for the reputation entity.ReputationEntity.BuilderReputationEntity.Builder. sendingStatusAggregate(SendingStatus sendingStatusAggregate)The aggregate sending status that determines whether the entity is allowed to send emails.StatusRecord.BuilderStatusRecord.Builder. status(SendingStatus status)The current sending status.
-