| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice |
|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointResult |
AWSDatabaseMigrationService.createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates an endpoint using the provided settings.
|
CreateEndpointResult |
AWSDatabaseMigrationServiceClient.createEndpoint(CreateEndpointRequest request)
Creates an endpoint using the provided settings.
|
CreateEndpointResult |
AbstractAWSDatabaseMigrationService.createEndpoint(CreateEndpointRequest request) |
Future<CreateEndpointResult> |
AWSDatabaseMigrationServiceAsyncClient.createEndpointAsync(CreateEndpointRequest request) |
Future<CreateEndpointResult> |
AWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest)
Creates an endpoint using the provided settings.
|
Future<CreateEndpointResult> |
AbstractAWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest request) |
Future<CreateEndpointResult> |
AWSDatabaseMigrationServiceAsyncClient.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
Future<CreateEndpointResult> |
AWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
Creates an endpoint using the provided settings.
|
Future<CreateEndpointResult> |
AbstractAWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEndpointResult> |
AWSDatabaseMigrationServiceAsyncClient.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
Future<CreateEndpointResult> |
AWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
Creates an endpoint using the provided settings.
|
Future<CreateEndpointResult> |
AbstractAWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointRequest |
CreateEndpointRequest.clone() |
CreateEndpointRequest |
CreateEndpointRequest.withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
|
CreateEndpointRequest |
CreateEndpointRequest.withDatabaseName(String databaseName)
The name of the endpoint database.
|
CreateEndpointRequest |
CreateEndpointRequest.withDmsTransferSettings(DmsTransferSettings dmsTransferSettings)
The settings in JSON format for the DMS transfer type of source endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withDynamoDbSettings(DynamoDbSettings dynamoDbSettings)
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withElasticsearchSettings(ElasticsearchSettings elasticsearchSettings)
Settings in JSON format for the target Elasticsearch endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withEndpointIdentifier(String endpointIdentifier)
The database endpoint identifier.
|
CreateEndpointRequest |
CreateEndpointRequest.withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withEndpointType(String endpointType)
The type of endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withEngineName(String engineName)
The type of engine for the endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withExternalTableDefinition(String externalTableDefinition)
The external table definition.
|
CreateEndpointRequest |
CreateEndpointRequest.withExtraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
|
CreateEndpointRequest |
CreateEndpointRequest.withKinesisSettings(KinesisSettings kinesisSettings)
Settings in JSON format for the target Amazon Kinesis Data Streams endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withKmsKeyId(String kmsKeyId)
The AWS KMS key identifier to use to encrypt the connection parameters.
|
CreateEndpointRequest |
CreateEndpointRequest.withMongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withPassword(String password)
The password to be used to log in to the endpoint database.
|
CreateEndpointRequest |
CreateEndpointRequest.withPort(Integer port)
The port used by the endpoint database.
|
CreateEndpointRequest |
CreateEndpointRequest.withRedshiftSettings(RedshiftSettings redshiftSettings) |
CreateEndpointRequest |
CreateEndpointRequest.withS3Settings(S3Settings s3Settings)
Settings in JSON format for the target Amazon S3 endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withServerName(String serverName)
The name of the server where the endpoint database resides.
|
CreateEndpointRequest |
CreateEndpointRequest.withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withSslMode(DmsSslModeValue sslMode)
The Secure Sockets Layer (SSL) mode to use for the SSL connection.
|
CreateEndpointRequest |
CreateEndpointRequest.withSslMode(String sslMode)
The Secure Sockets Layer (SSL) mode to use for the SSL connection.
|
CreateEndpointRequest |
CreateEndpointRequest.withTags(Collection<Tag> tags)
Tags to be added to the endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withTags(Tag... tags)
Tags to be added to the endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withUsername(String username)
The user name to be used to log in to the endpoint database.
|
Copyright © 2019. All rights reserved.