Uses of Class
software.amazon.awssdk.services.databasemigration.model.CreateEndpointResponse
Packages that use CreateEndpointResponse
-
Uses of CreateEndpointResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return CreateEndpointResponseModifier and TypeMethodDescriptiondefault CreateEndpointResponseDatabaseMigrationClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest) Creates an endpoint using the provided settings.default CreateEndpointResponseDatabaseMigrationClient.createEndpoint(CreateEndpointRequest createEndpointRequest) Creates an endpoint using the provided settings.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type CreateEndpointResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreateEndpointResponse>DatabaseMigrationAsyncClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest) Creates an endpoint using the provided settings.default CompletableFuture<CreateEndpointResponse>DatabaseMigrationAsyncClient.createEndpoint(CreateEndpointRequest createEndpointRequest) Creates an endpoint using the provided settings.