Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice | |
com.amazonaws.services.databasemigrationservice.model |
Modifier and Type | Method and Description |
---|---|
CreateEndpointResult |
AbstractAWSDatabaseMigrationService.createEndpoint(CreateEndpointRequest request) |
CreateEndpointResult |
AWSDatabaseMigrationServiceClient.createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates an endpoint using the provided settings.
|
CreateEndpointResult |
AWSDatabaseMigrationService.createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates an endpoint using the provided settings.
|
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.withDatabaseName(String databaseName)
The name of the endpoint database.
|
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.withExtraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
|
CreateEndpointRequest |
CreateEndpointRequest.withKmsKeyId(String kmsKeyId)
The KMS key identifier that will be used to encrypt the connection
parameters.
|
CreateEndpointRequest |
CreateEndpointRequest.withPassword(String password)
The password to be used to login to the endpoint database.
|
CreateEndpointRequest |
CreateEndpointRequest.withPort(Integer port)
The port used by the endpoint database.
|
CreateEndpointRequest |
CreateEndpointRequest.withServerName(String serverName)
The name of the server where the endpoint database resides.
|
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 login to the endpoint database.
|
Copyright © 2018. All rights reserved.