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