Uses of Class
com.amazonaws.services.databasemigrationservice.model.CreateEndpointRequest
Packages that use CreateEndpointRequest
Package
Description
-
Uses of CreateEndpointRequest in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice with parameters of type CreateEndpointRequestModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationService.createEndpoint(CreateEndpointRequest request) AWSDatabaseMigrationService.createEndpoint(CreateEndpointRequest createEndpointRequest) Creates an endpoint using the provided settings.AWSDatabaseMigrationServiceClient.createEndpoint(CreateEndpointRequest createEndpointRequest) Creates an endpoint using the provided settings.AbstractAWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest request) AbstractAWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest, CreateEndpointResult> asyncHandler) AWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest) Creates an endpoint using the provided settings.AWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest, AsyncHandler<CreateEndpointRequest, CreateEndpointResult> asyncHandler) Creates an endpoint using the provided settings.AWSDatabaseMigrationServiceAsyncClient.createEndpointAsync(CreateEndpointRequest request) AWSDatabaseMigrationServiceAsyncClient.createEndpointAsync(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest, CreateEndpointResult> asyncHandler) Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type CreateEndpointRequestModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest request, AsyncHandler<CreateEndpointRequest, CreateEndpointResult> asyncHandler) AWSDatabaseMigrationServiceAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest, AsyncHandler<CreateEndpointRequest, CreateEndpointResult> asyncHandler) Creates an endpoint using the provided settings.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 CreateEndpointRequestModifier and TypeMethodDescriptionCreateEndpointRequest.clone()CreateEndpointRequest.withDatabaseName(String databaseName) The name of the endpoint database.CreateEndpointRequest.withEndpointIdentifier(String endpointIdentifier) The database endpoint identifier.CreateEndpointRequest.withEndpointType(ReplicationEndpointTypeValue endpointType) The type of endpoint.CreateEndpointRequest.withEndpointType(String endpointType) The type of endpoint.CreateEndpointRequest.withEngineName(String engineName) The type of engine for the endpoint.CreateEndpointRequest.withExtraConnectionAttributes(String extraConnectionAttributes) Additional attributes associated with the connection.CreateEndpointRequest.withKmsKeyId(String kmsKeyId) The KMS key identifier that will be used to encrypt the connection parameters.CreateEndpointRequest.withPassword(String password) The password to be used to login to the endpoint database.The port used by the endpoint database.CreateEndpointRequest.withServerName(String serverName) The name of the server where the endpoint database resides.Tags to be added to the endpoint.CreateEndpointRequest.withTags(Collection<Tag> tags) Tags to be added to the endpoint.CreateEndpointRequest.withUsername(String username) The user name to be used to login to the endpoint database.