Uses of Class
software.amazon.awssdk.services.databasemigration.model.DescribeEndpointTypesResponse
-
Packages that use DescribeEndpointTypesResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service software.amazon.awssdk.services.databasemigration.paginators -
-
Uses of DescribeEndpointTypesResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return DescribeEndpointTypesResponse Modifier and Type Method Description default DescribeEndpointTypesResponseDatabaseMigrationClient. describeEndpointTypes()Returns information about the type of endpoints available.default DescribeEndpointTypesResponseDatabaseMigrationClient. describeEndpointTypes(Consumer<DescribeEndpointTypesRequest.Builder> describeEndpointTypesRequest)Returns information about the type of endpoints available.default DescribeEndpointTypesResponseDatabaseMigrationClient. describeEndpointTypes(DescribeEndpointTypesRequest describeEndpointTypesRequest)Returns information about the type of endpoints available.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type DescribeEndpointTypesResponse Modifier and Type Method Description default CompletableFuture<DescribeEndpointTypesResponse>DatabaseMigrationAsyncClient. describeEndpointTypes()Returns information about the type of endpoints available.default CompletableFuture<DescribeEndpointTypesResponse>DatabaseMigrationAsyncClient. describeEndpointTypes(Consumer<DescribeEndpointTypesRequest.Builder> describeEndpointTypesRequest)Returns information about the type of endpoints available.default CompletableFuture<DescribeEndpointTypesResponse>DatabaseMigrationAsyncClient. describeEndpointTypes(DescribeEndpointTypesRequest describeEndpointTypesRequest)Returns information about the type of endpoints available. -
Uses of DescribeEndpointTypesResponse in software.amazon.awssdk.services.databasemigration.paginators
Methods in software.amazon.awssdk.services.databasemigration.paginators that return types with arguments of type DescribeEndpointTypesResponse Modifier and Type Method Description Iterator<DescribeEndpointTypesResponse>DescribeEndpointTypesIterable. iterator()Method parameters in software.amazon.awssdk.services.databasemigration.paginators with type arguments of type DescribeEndpointTypesResponse Modifier and Type Method Description voidDescribeEndpointTypesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeEndpointTypesResponse> subscriber)
-