Uses of Interface
software.amazon.awssdk.services.sqs.model.QueueDoesNotExistException.Builder
-
Packages that use QueueDoesNotExistException.Builder Package Description software.amazon.awssdk.services.sqs.model -
-
Uses of QueueDoesNotExistException.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return QueueDoesNotExistException.Builder Modifier and Type Method Description QueueDoesNotExistException.BuilderQueueDoesNotExistException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static QueueDoesNotExistException.BuilderQueueDoesNotExistException. builder()QueueDoesNotExistException.BuilderQueueDoesNotExistException.Builder. cause(Throwable cause)QueueDoesNotExistException.BuilderQueueDoesNotExistException.Builder. message(String message)QueueDoesNotExistException.BuilderQueueDoesNotExistException.Builder. requestId(String requestId)QueueDoesNotExistException.BuilderQueueDoesNotExistException.Builder. statusCode(int statusCode)QueueDoesNotExistException.BuilderQueueDoesNotExistException. toBuilder()QueueDoesNotExistException.BuilderQueueDoesNotExistException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type QueueDoesNotExistException.Builder Modifier and Type Method Description static Class<? extends QueueDoesNotExistException.Builder>QueueDoesNotExistException. serializableBuilderClass()
-