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