Uses of Class
software.amazon.awssdk.services.connect.model.ServiceQuotaExceededExceptionReason
-
Packages that use ServiceQuotaExceededExceptionReason Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ServiceQuotaExceededExceptionReason in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ServiceQuotaExceededExceptionReason Modifier and Type Method Description static ServiceQuotaExceededExceptionReasonServiceQuotaExceededExceptionReason. fromAttachedFileServiceQuotaExceededExceptionReason(String attachedFileServiceQuotaExceededExceptionReason)Create an instance of this class withattachedFileServiceQuotaExceededExceptionReasonAsString()initialized to the given value.static ServiceQuotaExceededExceptionReasonServiceQuotaExceededExceptionReason. fromAttachedFileServiceQuotaExceededExceptionReason(AttachedFileServiceQuotaExceededExceptionReason attachedFileServiceQuotaExceededExceptionReason)Create an instance of this class withattachedFileServiceQuotaExceededExceptionReasonAsString()initialized to the given value.ServiceQuotaExceededExceptionReasonServiceQuotaExceededException. reason()Returns the value of the Reason property for this object.Methods in software.amazon.awssdk.services.connect.model with parameters of type ServiceQuotaExceededExceptionReason Modifier and Type Method Description ServiceQuotaExceededException.BuilderServiceQuotaExceededException.Builder. reason(ServiceQuotaExceededExceptionReason reason)Sets the value of the Reason property for this object.
-