Uses of Class
software.amazon.awssdk.services.databasemigration.model.DescribeSchemasResponse
-
Packages that use DescribeSchemasResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service software.amazon.awssdk.services.databasemigration.paginators -
-
Uses of DescribeSchemasResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return DescribeSchemasResponse Modifier and Type Method Description default DescribeSchemasResponseDatabaseMigrationClient. describeSchemas(Consumer<DescribeSchemasRequest.Builder> describeSchemasRequest)Returns information about the schema for the specified endpoint.default DescribeSchemasResponseDatabaseMigrationClient. describeSchemas(DescribeSchemasRequest describeSchemasRequest)Returns information about the schema for the specified endpoint.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type DescribeSchemasResponse Modifier and Type Method Description default CompletableFuture<DescribeSchemasResponse>DatabaseMigrationAsyncClient. describeSchemas(Consumer<DescribeSchemasRequest.Builder> describeSchemasRequest)Returns information about the schema for the specified endpoint.default CompletableFuture<DescribeSchemasResponse>DatabaseMigrationAsyncClient. describeSchemas(DescribeSchemasRequest describeSchemasRequest)Returns information about the schema for the specified endpoint. -
Uses of DescribeSchemasResponse in software.amazon.awssdk.services.databasemigration.paginators
Methods in software.amazon.awssdk.services.databasemigration.paginators that return types with arguments of type DescribeSchemasResponse Modifier and Type Method Description Iterator<DescribeSchemasResponse>DescribeSchemasIterable. iterator()Method parameters in software.amazon.awssdk.services.databasemigration.paginators with type arguments of type DescribeSchemasResponse Modifier and Type Method Description voidDescribeSchemasPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeSchemasResponse> subscriber)
-