Uses of Class
software.amazon.awssdk.services.databasemigration.model.ModifyEndpointResponse
-
Packages that use ModifyEndpointResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service -
-
Uses of ModifyEndpointResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return ModifyEndpointResponse Modifier and Type Method Description default ModifyEndpointResponseDatabaseMigrationClient. modifyEndpoint(Consumer<ModifyEndpointRequest.Builder> modifyEndpointRequest)Modifies the specified endpoint.default ModifyEndpointResponseDatabaseMigrationClient. modifyEndpoint(ModifyEndpointRequest modifyEndpointRequest)Modifies the specified endpoint.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type ModifyEndpointResponse Modifier and Type Method Description default CompletableFuture<ModifyEndpointResponse>DatabaseMigrationAsyncClient. modifyEndpoint(Consumer<ModifyEndpointRequest.Builder> modifyEndpointRequest)Modifies the specified endpoint.default CompletableFuture<ModifyEndpointResponse>DatabaseMigrationAsyncClient. modifyEndpoint(ModifyEndpointRequest modifyEndpointRequest)Modifies the specified endpoint.
-