Uses of Class
com.amazonaws.services.databasemigrationservice.model.DeleteEndpointResult
Packages that use DeleteEndpointResult
Package
Description
-
Uses of DeleteEndpointResult in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice that return DeleteEndpointResultModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationService.deleteEndpoint(DeleteEndpointRequest request) AWSDatabaseMigrationService.deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest) Deletes the specified endpoint.AWSDatabaseMigrationServiceClient.deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest) Deletes the specified endpoint.Methods in com.amazonaws.services.databasemigrationservice that return types with arguments of type DeleteEndpointResultModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationServiceAsync.deleteEndpointAsync(DeleteEndpointRequest request) AbstractAWSDatabaseMigrationServiceAsync.deleteEndpointAsync(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest, DeleteEndpointResult> asyncHandler) AWSDatabaseMigrationServiceAsync.deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest) Deletes the specified endpoint.AWSDatabaseMigrationServiceAsync.deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest, AsyncHandler<DeleteEndpointRequest, DeleteEndpointResult> asyncHandler) Deletes the specified endpoint.AWSDatabaseMigrationServiceAsyncClient.deleteEndpointAsync(DeleteEndpointRequest request) AWSDatabaseMigrationServiceAsyncClient.deleteEndpointAsync(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest, DeleteEndpointResult> asyncHandler) Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type DeleteEndpointResultModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationServiceAsync.deleteEndpointAsync(DeleteEndpointRequest request, AsyncHandler<DeleteEndpointRequest, DeleteEndpointResult> asyncHandler) AWSDatabaseMigrationServiceAsync.deleteEndpointAsync(DeleteEndpointRequest deleteEndpointRequest, AsyncHandler<DeleteEndpointRequest, DeleteEndpointResult> asyncHandler) Deletes the specified endpoint.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 DeleteEndpointResultModifier and TypeMethodDescriptionDeleteEndpointResult.clone()DeleteEndpointResult.withEndpoint(Endpoint endpoint) The endpoint that was deleted.