Uses of Enum
software.amazon.awssdk.services.sesv2.model.SendingStatus
Packages that use SendingStatus
-
Uses of SendingStatus in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SendingStatusModifier and TypeMethodDescriptionstatic SendingStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SendingStatusCreateTenantResponse.sendingStatus()The status of email sending capability for the tenant.final SendingStatusTenant.sendingStatus()The status of sending capability for the tenant.final SendingStatusUpdateReputationEntityCustomerManagedStatusRequest.sendingStatus()The new customer-managed sending status for the reputation entity.final SendingStatusReputationEntity.sendingStatusAggregate()The aggregate sending status that determines whether the entity is allowed to send emails.final SendingStatusStatusRecord.status()The current sending status.static SendingStatusReturns 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 SendingStatusMethods in software.amazon.awssdk.services.sesv2.model with parameters of type SendingStatusModifier and TypeMethodDescriptionCreateTenantResponse.Builder.sendingStatus(SendingStatus sendingStatus) The status of email sending capability for the tenant.Tenant.Builder.sendingStatus(SendingStatus sendingStatus) The status of sending capability for the tenant.UpdateReputationEntityCustomerManagedStatusRequest.Builder.sendingStatus(SendingStatus sendingStatus) The new customer-managed sending status for the reputation entity.ReputationEntity.Builder.sendingStatusAggregate(SendingStatus sendingStatusAggregate) The aggregate sending status that determines whether the entity is allowed to send emails.StatusRecord.Builder.status(SendingStatus status) The current sending status.