Uses of Class
com.amazonaws.services.databasemigrationservice.model.ModifyEndpointRequest
Packages that use ModifyEndpointRequest
Package
Description
-
Uses of ModifyEndpointRequest in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice with parameters of type ModifyEndpointRequestModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationService.modifyEndpoint(ModifyEndpointRequest request) AWSDatabaseMigrationService.modifyEndpoint(ModifyEndpointRequest modifyEndpointRequest) Modifies the specified endpoint.AWSDatabaseMigrationServiceClient.modifyEndpoint(ModifyEndpointRequest modifyEndpointRequest) Modifies the specified endpoint.AbstractAWSDatabaseMigrationServiceAsync.modifyEndpointAsync(ModifyEndpointRequest request) AbstractAWSDatabaseMigrationServiceAsync.modifyEndpointAsync(ModifyEndpointRequest request, AsyncHandler<ModifyEndpointRequest, ModifyEndpointResult> asyncHandler) AWSDatabaseMigrationServiceAsync.modifyEndpointAsync(ModifyEndpointRequest modifyEndpointRequest) Modifies the specified endpoint.AWSDatabaseMigrationServiceAsync.modifyEndpointAsync(ModifyEndpointRequest modifyEndpointRequest, AsyncHandler<ModifyEndpointRequest, ModifyEndpointResult> asyncHandler) Modifies the specified endpoint.AWSDatabaseMigrationServiceAsyncClient.modifyEndpointAsync(ModifyEndpointRequest request) AWSDatabaseMigrationServiceAsyncClient.modifyEndpointAsync(ModifyEndpointRequest request, AsyncHandler<ModifyEndpointRequest, ModifyEndpointResult> asyncHandler) Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type ModifyEndpointRequestModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationServiceAsync.modifyEndpointAsync(ModifyEndpointRequest request, AsyncHandler<ModifyEndpointRequest, ModifyEndpointResult> asyncHandler) AWSDatabaseMigrationServiceAsync.modifyEndpointAsync(ModifyEndpointRequest modifyEndpointRequest, AsyncHandler<ModifyEndpointRequest, ModifyEndpointResult> asyncHandler) Modifies the specified endpoint.AWSDatabaseMigrationServiceAsyncClient.modifyEndpointAsync(ModifyEndpointRequest request, AsyncHandler<ModifyEndpointRequest, ModifyEndpointResult> asyncHandler) -
Uses of ModifyEndpointRequest in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return ModifyEndpointRequestModifier and TypeMethodDescriptionModifyEndpointRequest.clone()ModifyEndpointRequest.withDatabaseName(String databaseName) The name of the endpoint database.ModifyEndpointRequest.withEndpointArn(String endpointArn) The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.ModifyEndpointRequest.withEndpointIdentifier(String endpointIdentifier) The database endpoint identifier.ModifyEndpointRequest.withEndpointType(ReplicationEndpointTypeValue endpointType) The type of endpoint.ModifyEndpointRequest.withEndpointType(String endpointType) The type of endpoint.ModifyEndpointRequest.withEngineName(String engineName) The type of engine for the endpoint.ModifyEndpointRequest.withExtraConnectionAttributes(String extraConnectionAttributes) Additional attributes associated with the connection.ModifyEndpointRequest.withPassword(String password) The password to be used to login to the endpoint database.The port used by the endpoint database.ModifyEndpointRequest.withServerName(String serverName) The name of the server where the endpoint database resides.ModifyEndpointRequest.withUsername(String username) The user name to be used to login to the endpoint database.