Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice | |
com.amazonaws.services.databasemigrationservice.model |
Modifier and Type | Method and Description |
---|---|
Future<ModifyEndpointResult> |
AWSDatabaseMigrationServiceAsyncClient.modifyEndpointAsync(ModifyEndpointRequest request,
AsyncHandler<ModifyEndpointRequest,ModifyEndpointResult> asyncHandler) |
Future<ModifyEndpointResult> |
AWSDatabaseMigrationServiceAsync.modifyEndpointAsync(ModifyEndpointRequest modifyEndpointRequest,
AsyncHandler<ModifyEndpointRequest,ModifyEndpointResult> asyncHandler)
Modifies the specified endpoint.
|
Future<ModifyEndpointResult> |
AbstractAWSDatabaseMigrationServiceAsync.modifyEndpointAsync(ModifyEndpointRequest request,
AsyncHandler<ModifyEndpointRequest,ModifyEndpointResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ModifyEndpointRequest |
ModifyEndpointRequest.clone() |
ModifyEndpointRequest |
ModifyEndpointRequest.withDatabaseName(String databaseName)
The name of the endpoint database.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withEndpointIdentifier(String endpointIdentifier)
The database endpoint identifier.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withEndpointType(String endpointType)
The type of endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withEngineName(String engineName)
The type of engine for the endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withExtraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withPassword(String password)
The password to be used to login to the endpoint database.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withPort(Integer port)
The port used by the endpoint database.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withServerName(String serverName)
The name of the server where the endpoint database resides.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withUsername(String username)
The user name to be used to login to the endpoint database.
|
Copyright © 2018. All rights reserved.