Uses of Class
software.amazon.awssdk.services.databasemigration.model.CreateEndpointRequest
-
Packages that use CreateEndpointRequest Package Description software.amazon.awssdk.services.databasemigration Database Migration Service software.amazon.awssdk.services.databasemigration.transform -
-
Uses of CreateEndpointRequest in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration with parameters of type CreateEndpointRequest Modifier and Type Method Description default CompletableFuture<CreateEndpointResponse>DatabaseMigrationAsyncClient. createEndpoint(CreateEndpointRequest createEndpointRequest)Creates an endpoint using the provided settings.default CreateEndpointResponseDatabaseMigrationClient. createEndpoint(CreateEndpointRequest createEndpointRequest)Creates an endpoint using the provided settings. -
Uses of CreateEndpointRequest in software.amazon.awssdk.services.databasemigration.transform
Methods in software.amazon.awssdk.services.databasemigration.transform with parameters of type CreateEndpointRequest Modifier and Type Method Description SdkHttpFullRequestCreateEndpointRequestMarshaller. marshall(CreateEndpointRequest createEndpointRequest)
-