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