Uses of Class
software.amazon.awssdk.services.databasemigration.model.DeleteEndpointResponse
Packages that use DeleteEndpointResponse
-
Uses of DeleteEndpointResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return DeleteEndpointResponseModifier and TypeMethodDescriptiondefault 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 DeleteEndpointResponseModifier and TypeMethodDescriptiondefault CompletableFuture<DeleteEndpointResponse>DatabaseMigrationAsyncClient.deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest) Deletes the specified endpoint.default CompletableFuture<DeleteEndpointResponse>DatabaseMigrationAsyncClient.deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest) Deletes the specified endpoint.