Uses of Class
software.amazon.awssdk.services.databasemigration.model.DeleteEndpointResponse
-
Packages that use DeleteEndpointResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service -
-
Uses of DeleteEndpointResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return DeleteEndpointResponse Modifier and Type Method Description default DeleteEndpointResponseDatabaseMigrationClient. deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest)Deletes the specified endpoint.default DeleteEndpointResponseDatabaseMigrationClient. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)Deletes the specified endpoint.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type DeleteEndpointResponse Modifier and Type Method Description default CompletableFuture<DeleteEndpointResponse>DatabaseMigrationAsyncClient. deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest)Deletes the specified endpoint.default CompletableFuture<DeleteEndpointResponse>DatabaseMigrationAsyncClient. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)Deletes the specified endpoint.
-