Uses of Class
com.amazonaws.services.databasemigrationservice.model.DeleteEndpointResult
-
Packages that use DeleteEndpointResult Package Description com.amazonaws.services.databasemigrationservice com.amazonaws.services.databasemigrationservice.model -
-
Uses of DeleteEndpointResult in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice that return DeleteEndpointResult Modifier and Type Method Description DeleteEndpointResultAbstractAWSDatabaseMigrationService. deleteEndpoint(DeleteEndpointRequest request)DeleteEndpointResultAWSDatabaseMigrationService. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)Deletes the specified endpoint.DeleteEndpointResultAWSDatabaseMigrationServiceClient. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)Deletes the specified endpoint.Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type DeleteEndpointResult Modifier and Type Method Description Future<DeleteEndpointResult>AbstractAWSDatabaseMigrationServiceAsync. deleteEndpointAsync(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResult> asyncHandler)Future<DeleteEndpointResult>AWSDatabaseMigrationServiceAsync. deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResult> asyncHandler)Deletes the specified endpoint.Future<DeleteEndpointResult>AWSDatabaseMigrationServiceAsyncClient. deleteEndpointAsync(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest,DeleteEndpointResult> asyncHandler) -
Uses of DeleteEndpointResult in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return DeleteEndpointResult Modifier and Type Method Description DeleteEndpointResultDeleteEndpointResult. clone()DeleteEndpointResultDeleteEndpointResult. withEndpoint(Endpoint endpoint)The endpoint that was deleted.
-