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 DeleteEndpointResult
AbstractAWSDatabaseMigrationService. deleteEndpoint(DeleteEndpointRequest request)
DeleteEndpointResult
AWSDatabaseMigrationService. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
Deletes the specified endpoint.DeleteEndpointResult
AWSDatabaseMigrationServiceClient. 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 DeleteEndpointResult
DeleteEndpointResult. clone()
DeleteEndpointResult
DeleteEndpointResult. withEndpoint(Endpoint endpoint)
The endpoint that was deleted.
-