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