Uses of Interface
software.amazon.awssdk.services.keyspaces.model.KeyspacesException.Builder
-
Packages that use KeyspacesException.Builder Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of KeyspacesException.Builder in software.amazon.awssdk.services.keyspaces.model
Subinterfaces of KeyspacesException.Builder in software.amazon.awssdk.services.keyspaces.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceConflictException.Builderstatic interfaceInternalServerException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceQuotaExceededException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.keyspaces.model that implement KeyspacesException.Builder Modifier and Type Class Description protected static classKeyspacesException.BuilderImplMethods in software.amazon.awssdk.services.keyspaces.model that return KeyspacesException.Builder Modifier and Type Method Description KeyspacesException.BuilderKeyspacesException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static KeyspacesException.BuilderKeyspacesException. builder()KeyspacesException.BuilderKeyspacesException.Builder. cause(Throwable cause)KeyspacesException.BuilderKeyspacesException.Builder. message(String message)KeyspacesException.BuilderKeyspacesException.Builder. requestId(String requestId)KeyspacesException.BuilderKeyspacesException.Builder. statusCode(int statusCode)KeyspacesException.BuilderKeyspacesException. toBuilder()KeyspacesException.BuilderKeyspacesException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type KeyspacesException.Builder Modifier and Type Method Description static Class<? extends KeyspacesException.Builder>KeyspacesException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.keyspaces.model with parameters of type KeyspacesException.Builder Constructor Description KeyspacesException(KeyspacesException.Builder builder)
-