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