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 ModifyEndpointResultAbstractAWSDatabaseMigrationService. modifyEndpoint(ModifyEndpointRequest request)ModifyEndpointResultAWSDatabaseMigrationService. modifyEndpoint(ModifyEndpointRequest modifyEndpointRequest)Modifies the specified endpoint.ModifyEndpointResultAWSDatabaseMigrationServiceClient. 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 ModifyEndpointResultModifyEndpointResult. clone()ModifyEndpointResultModifyEndpointResult. withEndpoint(Endpoint endpoint)The modified endpoint.
-