| 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.withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withDatabaseName(String databaseName)
The name of the endpoint database.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withDmsTransferSettings(DmsTransferSettings dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withDynamoDbSettings(DynamoDbSettings dynamoDbSettings)
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
Settings in JSON format for the target Elasticsearch endpoint.
|
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.withExternalTableDefinition(String externalTableDefinition)
The external table definition.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withExtraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withKinesisSettings(KinesisSettings kinesisSettings)
Settings in JSON format for the target Amazon Kinesis Data Streams endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withMongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
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.withRedshiftSettings(RedshiftSettings redshiftSettings) |
ModifyEndpointRequest |
ModifyEndpointRequest.withS3Settings(S3Settings s3Settings)
Settings in JSON format for the target Amazon S3 endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withServerName(String serverName)
The name of the server where the endpoint database resides.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withSslMode(String sslMode)
The SSL mode used to connect to the endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withUsername(String username)
The user name to be used to login to the endpoint database.
|
Copyright © 2020. All rights reserved.