Uses of Class
com.amazonaws.services.databasemigrationservice.model.ModifyEndpointResult
-
Packages that use ModifyEndpointResult Package Description com.amazonaws.services.databasemigrationservice com.amazonaws.services.databasemigrationservice.model -
-
Uses of ModifyEndpointResult in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice that return ModifyEndpointResult Modifier and Type Method Description ModifyEndpointResult
AbstractAWSDatabaseMigrationService. modifyEndpoint(ModifyEndpointRequest request)
ModifyEndpointResult
AWSDatabaseMigrationService. modifyEndpoint(ModifyEndpointRequest modifyEndpointRequest)
Modifies the specified endpoint.ModifyEndpointResult
AWSDatabaseMigrationServiceClient. modifyEndpoint(ModifyEndpointRequest modifyEndpointRequest)
Modifies the specified endpoint.Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type ModifyEndpointResult Modifier and Type Method Description Future<ModifyEndpointResult>
AbstractAWSDatabaseMigrationServiceAsync. modifyEndpointAsync(ModifyEndpointRequest request, AsyncHandler<ModifyEndpointRequest,ModifyEndpointResult> asyncHandler)
Future<ModifyEndpointResult>
AWSDatabaseMigrationServiceAsync. modifyEndpointAsync(ModifyEndpointRequest modifyEndpointRequest, AsyncHandler<ModifyEndpointRequest,ModifyEndpointResult> asyncHandler)
Modifies the specified endpoint.Future<ModifyEndpointResult>
AWSDatabaseMigrationServiceAsyncClient. modifyEndpointAsync(ModifyEndpointRequest request, AsyncHandler<ModifyEndpointRequest,ModifyEndpointResult> asyncHandler)
-
Uses of ModifyEndpointResult in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return ModifyEndpointResult Modifier and Type Method Description ModifyEndpointResult
ModifyEndpointResult. clone()
ModifyEndpointResult
ModifyEndpointResult. withEndpoint(Endpoint endpoint)
The modified endpoint.
-