Uses of Class
com.amazonaws.services.databasemigrationservice.model.DeleteEndpointRequest
-
Packages that use DeleteEndpointRequest Package Description com.amazonaws.services.databasemigrationservice com.amazonaws.services.databasemigrationservice.model -
-
Uses of DeleteEndpointRequest in com.amazonaws.services.databasemigrationservice
Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type DeleteEndpointRequest 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 DeleteEndpointRequest in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return DeleteEndpointRequest Modifier and Type Method Description DeleteEndpointRequest
DeleteEndpointRequest. clone()
DeleteEndpointRequest
DeleteEndpointRequest. withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
-