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.
|
java.util.concurrent.Future<CreateEndpointResult> |
AbstractAWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest request) |
java.util.concurrent.Future<CreateEndpointResult> |
AWSDatabaseMigrationServiceAsyncClient.createEndpointAsync(CreateEndpointRequest request) |
java.util.concurrent.Future<CreateEndpointResult> |
AWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest)
Creates an endpoint using the provided settings.
|
java.util.concurrent.Future<CreateEndpointResult> |
AbstractAWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
java.util.concurrent.Future<CreateEndpointResult> |
AWSDatabaseMigrationServiceAsyncClient.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
java.util.concurrent.Future<CreateEndpointResult> |
AWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
Creates an endpoint using the provided settings.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateEndpointResult> |
AbstractAWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
java.util.concurrent.Future<CreateEndpointResult> |
AWSDatabaseMigrationServiceAsyncClient.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
java.util.concurrent.Future<CreateEndpointResult> |
AWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
Creates an endpoint using the provided settings.
|
Modifier and Type | Method and Description |
---|---|
CreateEndpointRequest |
CreateEndpointRequest.clone() |
CreateEndpointRequest |
CreateEndpointRequest.withDatabaseName(java.lang.String databaseName)
The name of the endpoint database.
|
CreateEndpointRequest |
CreateEndpointRequest.withEndpointIdentifier(java.lang.String endpointIdentifier)
The database endpoint identifier.
|
CreateEndpointRequest |
CreateEndpointRequest.withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withEndpointType(java.lang.String endpointType)
The type of endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withEngineName(java.lang.String engineName)
The type of engine for the endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withExtraConnectionAttributes(java.lang.String extraConnectionAttributes)
Additional attributes associated with the connection.
|
CreateEndpointRequest |
CreateEndpointRequest.withKmsKeyId(java.lang.String kmsKeyId)
The KMS key identifier that will be used to encrypt the connection
parameters.
|
CreateEndpointRequest |
CreateEndpointRequest.withPassword(java.lang.String password)
The password to be used to login to the endpoint database.
|
CreateEndpointRequest |
CreateEndpointRequest.withPort(java.lang.Integer port)
The port used by the endpoint database.
|
CreateEndpointRequest |
CreateEndpointRequest.withServerName(java.lang.String serverName)
The name of the server where the endpoint database resides.
|
CreateEndpointRequest |
CreateEndpointRequest.withTags(java.util.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(java.lang.String username)
The user name to be used to login to the endpoint database.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateEndpointRequest> |
CreateEndpointRequestMarshaller.marshall(CreateEndpointRequest createEndpointRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateEndpointRequest> |
CreateEndpointRequestMarshaller.marshall(CreateEndpointRequest createEndpointRequest) |