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 CreateEndpointResultAbstractAWSDatabaseMigrationService. createEndpoint(CreateEndpointRequest request)CreateEndpointResultAWSDatabaseMigrationService. createEndpoint(CreateEndpointRequest createEndpointRequest)Creates an endpoint using the provided settings.CreateEndpointResultAWSDatabaseMigrationServiceClient. 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 CreateEndpointRequestCreateEndpointRequest. clone()CreateEndpointRequestCreateEndpointRequest. withDatabaseName(String databaseName)The name of the endpoint database.CreateEndpointRequestCreateEndpointRequest. withEndpointIdentifier(String endpointIdentifier)The database endpoint identifier.CreateEndpointRequestCreateEndpointRequest. withEndpointType(ReplicationEndpointTypeValue endpointType)The type of endpoint.CreateEndpointRequestCreateEndpointRequest. withEndpointType(String endpointType)The type of endpoint.CreateEndpointRequestCreateEndpointRequest. withEngineName(String engineName)The type of engine for the endpoint.CreateEndpointRequestCreateEndpointRequest. withExtraConnectionAttributes(String extraConnectionAttributes)Additional attributes associated with the connection.CreateEndpointRequestCreateEndpointRequest. withKmsKeyId(String kmsKeyId)The KMS key identifier that will be used to encrypt the connection parameters.CreateEndpointRequestCreateEndpointRequest. withPassword(String password)The password to be used to login to the endpoint database.CreateEndpointRequestCreateEndpointRequest. withPort(Integer port)The port used by the endpoint database.CreateEndpointRequestCreateEndpointRequest. withServerName(String serverName)The name of the server where the endpoint database resides.CreateEndpointRequestCreateEndpointRequest. withTags(Tag... tags)Tags to be added to the endpoint.CreateEndpointRequestCreateEndpointRequest. withTags(Collection<Tag> tags)Tags to be added to the endpoint.CreateEndpointRequestCreateEndpointRequest. withUsername(String username)The user name to be used to login to the endpoint database.
-