Uses of Interface
software.amazon.awssdk.services.dax.model.DaxException.Builder
-
Packages that use DaxException.Builder Package Description software.amazon.awssdk.services.dax.model -
-
Uses of DaxException.Builder in software.amazon.awssdk.services.dax.model
Classes in software.amazon.awssdk.services.dax.model that implement DaxException.Builder Modifier and Type Class Description protected static classDaxException.BuilderImplMethods in software.amazon.awssdk.services.dax.model that return DaxException.Builder Modifier and Type Method Description DaxException.BuilderDaxException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static DaxException.BuilderDaxException. builder()DaxException.BuilderDaxException.Builder. cause(Throwable cause)DaxException.BuilderDaxException.Builder. message(String message)DaxException.BuilderDaxException.Builder. requestId(String requestId)DaxException.BuilderDaxException.Builder. statusCode(int statusCode)DaxException.BuilderDaxException. toBuilder()DaxException.BuilderDaxException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type DaxException.Builder Modifier and Type Method Description static Class<? extends DaxException.Builder>DaxException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.dax.model with parameters of type DaxException.Builder Constructor Description DaxException(DaxException.Builder builder)
-