Uses of Class
com.amazonaws.services.databasemigrationservice.model.CreateEndpointRequest
-
Packages that use CreateEndpointRequest Package Description com.amazonaws.services.databasemigrationservice com.amazonaws.services.databasemigrationservice.model -
-
Uses of CreateEndpointRequest in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice with parameters of type CreateEndpointRequest Modifier and Type Method Description CreateEndpointResult
AbstractAWSDatabaseMigrationService. createEndpoint(CreateEndpointRequest request)
CreateEndpointResult
AWSDatabaseMigrationService. createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates an endpoint using the provided settings.CreateEndpointResult
AWSDatabaseMigrationServiceClient. createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates an endpoint using the provided settings.Future<CreateEndpointResult>
AbstractAWSDatabaseMigrationServiceAsync. createEndpointAsync(CreateEndpointRequest request)
Future<CreateEndpointResult>
AbstractAWSDatabaseMigrationServiceAsync. createEndpointAsync(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
Future<CreateEndpointResult>
AWSDatabaseMigrationServiceAsync. createEndpointAsync(CreateEndpointRequest createEndpointRequest)
Creates an endpoint using the provided settings.Future<CreateEndpointResult>
AWSDatabaseMigrationServiceAsync. createEndpointAsync(CreateEndpointRequest createEndpointRequest, AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
Creates an endpoint using the provided settings.Future<CreateEndpointResult>
AWSDatabaseMigrationServiceAsyncClient. createEndpointAsync(CreateEndpointRequest request)
Future<CreateEndpointResult>
AWSDatabaseMigrationServiceAsyncClient. createEndpointAsync(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type CreateEndpointRequest Modifier and Type Method Description Future<CreateEndpointResult>
AbstractAWSDatabaseMigrationServiceAsync. 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>
AWSDatabaseMigrationServiceAsyncClient. createEndpointAsync(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
-
Uses of CreateEndpointRequest in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return CreateEndpointRequest Modifier and Type Method 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(Tag... tags)
Tags to be added to the endpoint.CreateEndpointRequest
CreateEndpointRequest. withTags(Collection<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.
-