Uses of Interface
software.amazon.awssdk.services.connect.model.ServiceQuotaExceededExceptionReason.Builder
-
Packages that use ServiceQuotaExceededExceptionReason.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ServiceQuotaExceededExceptionReason.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ServiceQuotaExceededExceptionReason.Builder Modifier and Type Method Description ServiceQuotaExceededExceptionReason.BuilderServiceQuotaExceededExceptionReason.Builder. attachedFileServiceQuotaExceededExceptionReason(String attachedFileServiceQuotaExceededExceptionReason)Total file size of all files or total number of files exceeds the service quotaServiceQuotaExceededExceptionReason.BuilderServiceQuotaExceededExceptionReason.Builder. attachedFileServiceQuotaExceededExceptionReason(AttachedFileServiceQuotaExceededExceptionReason attachedFileServiceQuotaExceededExceptionReason)Total file size of all files or total number of files exceeds the service quotastatic ServiceQuotaExceededExceptionReason.BuilderServiceQuotaExceededExceptionReason. builder()ServiceQuotaExceededExceptionReason.BuilderServiceQuotaExceededExceptionReason. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ServiceQuotaExceededExceptionReason.Builder Modifier and Type Method Description static Class<? extends ServiceQuotaExceededExceptionReason.Builder>ServiceQuotaExceededExceptionReason. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ServiceQuotaExceededExceptionReason.Builder Modifier and Type Method Description default ServiceQuotaExceededException.BuilderServiceQuotaExceededException.Builder. reason(Consumer<ServiceQuotaExceededExceptionReason.Builder> reason)Sets the value of the Reason property for this object.
-