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