Uses of Class
software.amazon.awssdk.services.databasemigration.model.DescribeSchemasResponse
Packages that use DescribeSchemasResponse
Package
Description
-
Uses of DescribeSchemasResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return DescribeSchemasResponseModifier and TypeMethodDescriptiondefault 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 DescribeSchemasResponseModifier and TypeMethodDescriptiondefault 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 DescribeSchemasResponseMethod parameters in software.amazon.awssdk.services.databasemigration.paginators with type arguments of type DescribeSchemasResponseModifier and TypeMethodDescriptionvoidDescribeSchemasPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSchemasResponse> subscriber)