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